#36F5B3

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

Shades of Turquoise #36F5B3

Tints of Turquoise #36F5B3

Color information

#36F5B3 (or 0x36F5B3) is unknown color: approx Turquoise. HEX triplet: 36, F5 and B3. RGB value is (54,245,179). Sum of RGB (Red+Green+Blue) = 54+245+179=478 (63% of max value = 765). Red value is 54 (21.48% from 255 or 11.30% from 478); Green value is 245 (96.09% from 255 or 51.26% from 478); Blue value is 179 (70.31% from 255 or 37.45% from 478); Max value from RGB is 245 - color contains mainly: green. Hex color #36F5B3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #36F5B3 is #C90A4C. Grayscale: #B4B4B4. Windows color (decimal): -13175373 or 11793718. OLE color: 11793718.

HSL color Cylindrical-coordinate representation of color #36F5B3: hue angle of 159.27º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #36F5B3 is Cyan = 0.78, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.04.

Color convert

RGB54245179-
CMYK0.7800.270.04
HSL159.27º90.52%58.63%-
HSV(B)159.27º77.96%96.08%-
XYZ42.3169.3453.8-
YUV180.37127.2237.87-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 11.30%
GREEN value IS 245 (96.09% from 255) = 51.26%
BLUE value IS 179 (70.31% from 255) = 37.45%
R=11.30%
G=51.26%
B=37.45%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal542451790.7800.270.04159.2790.5258.63
Hex36F5B34E01B49f5b3b
Octal66365263116033423713373
Binary11011011110101101100111001110011011100100111111011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36F5B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,245,179); }

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

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

 a { background-color: rgb(54,245,179); }

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

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

 span { border-color: rgb(54,245,179); }

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