#36FEB6

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

Shades of Turquoise #36FEB6

Tints of Turquoise #36FEB6

Color information

#36FEB6 (or 0x36FEB6) is unknown color: approx Turquoise. HEX triplet: 36, FE and B6. RGB value is (54,254,182). Sum of RGB (Red+Green+Blue) = 54+254+182=490 (64% of max value = 765). Red value is 54 (21.48% from 255 or 11.02% from 490); Green value is 254 (99.61% from 255 or 51.84% from 490); Blue value is 182 (71.48% from 255 or 37.14% from 490); Max value from RGB is 254 - color contains mainly: green. Hex color #36FEB6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #36FEB6 is #C90149. Grayscale: #BABABA. Windows color (decimal): -13173066 or 11992630. OLE color: 11992630.

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

Color convert

RGB54254182-
CMYK0.7900.280.00
HSL158.4º99.01%60.39%-
HSV(B)158.4º78.74%99.61%-
XYZ45.4175.0556.35-
YUV185.99125.7433.85-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 11.02%
GREEN value IS 254 (99.61% from 255) = 51.84%
BLUE value IS 182 (71.48% from 255) = 37.14%
R=11.02%
G=51.84%
B=37.14%

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
Decimal542541820.7900.280.00158.499.0160.39
Hex36FEB64F01C09e633c
Octal66376266117034023614374
Binary110110111111101011011010011110111000100111101100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36FEB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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