#35FEF8

Color #35FEF8 Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise #35FEF8

Tints of Turquoise #35FEF8

Color information

#35FEF8 (or 0x35FEF8) is unknown color: approx Turquoise. HEX triplet: 35, FE and F8. RGB value is (53,254,248). Sum of RGB (Red+Green+Blue) = 53+254+248=555 (73% of max value = 765). Red value is 53 (21.09% from 255 or 9.55% from 555); Green value is 254 (99.61% from 255 or 45.77% from 555); Blue value is 248 (97.27% from 255 or 44.68% from 555); Max value from RGB is 254 - color contains mainly: green. Hex color #35FEF8 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #35FEF8 is #CA0107. Grayscale: #C1C1C1. Windows color (decimal): -13238536 or 16318005. OLE color: 16318005.

HSL color Cylindrical-coordinate representation of color #35FEF8: hue angle of 178.21º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #35FEF8 is Cyan = 0.79, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.00.

Color convert

RGB53254248-
CMYK0.7900.020.00
HSL178.21º99.01%60.2%-
HSV(B)178.21º79.13%99.61%-
XYZ53.8578.42101.1-
YUV193.22158.9127.99-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 53 (21.09% from 255) = 9.55%
GREEN value IS 254 (99.61% from 255) = 45.77%
BLUE value IS 248 (97.27% from 255) = 44.68%
R=9.55%
G=45.77%
B=44.68%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal532542480.7900.020.00178.2199.0160.2
Hex35FEF84F020b2633c
Octal6537637011702026214374
Binary110101111111101111100010011110100101100101100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35FEF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35FEF8; }

 p { color: rgb(53,254,248); }

 H1.HeaderClassName
 {
   color: #35FEF8;
 }
 .AnyTagClassName
 {
   color: #35FEF8;
 }
</style>
background-color css

<style>
 a { background-color: #35FEF8; }

 a { background-color: rgb(53,254,248); }

 div.DivClassName
 {
   background-color: #35FEF8;
 }
 .BgClassName
 {
   background-color: #35FEF8;
 }
</style>
border-color css

<style>
 span { border-color: #35FEF8; }

 span { border-color: rgb(53,254,248); }

 td.TdClassName
 {
   border-color: #35FEF8;
 }
 .TagClassName
 {
   border-color: #35FEF8;
 }
</style>