#35FEB6

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

Shades of Turquoise #35FEB6

Tints of Turquoise #35FEB6

Color information

#35FEB6 (or 0x35FEB6) is unknown color: approx Turquoise. HEX triplet: 35, FE and B6. RGB value is (53,254,182). Sum of RGB (Red+Green+Blue) = 53+254+182=489 (64% of max value = 765). Red value is 53 (21.09% from 255 or 10.84% from 489); Green value is 254 (99.61% from 255 or 51.94% from 489); Blue value is 182 (71.48% from 255 or 37.22% from 489); Max value from RGB is 254 - color contains mainly: green. Hex color #35FEB6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #35FEB6 is #CA0149. Grayscale: #B9B9B9. Windows color (decimal): -13238602 or 11992629. OLE color: 11992629.

HSL color Cylindrical-coordinate representation of color #35FEB6: hue angle of 158.51º 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 #35FEB6 is Cyan = 0.79, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.00.

Color convert

RGB53254182-
CMYK0.7900.280.00
HSL158.51º99.01%60.2%-
HSV(B)158.51º79.13%99.61%-
XYZ45.3575.0256.35-
YUV185.69125.9133.35-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 10.84%
GREEN value IS 254 (99.61% from 255) = 51.94%
BLUE value IS 182 (71.48% from 255) = 37.22%
R=10.84%
G=51.94%
B=37.22%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal532541820.7900.280.00158.5199.0160.2
Hex35FEB64F01C09f633c
Octal65376266117034023714374
Binary110101111111101011011010011110111000100111111100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35FEB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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