#36FDB9

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

Shades of Turquoise #36FDB9

Tints of Turquoise #36FDB9

Color information

#36FDB9 (or 0x36FDB9) is unknown color: approx Turquoise. HEX triplet: 36, FD and B9. RGB value is (54,253,185). Sum of RGB (Red+Green+Blue) = 54+253+185=492 (65% of max value = 765). Red value is 54 (21.48% from 255 or 10.98% from 492); Green value is 253 (99.22% from 255 or 51.42% from 492); Blue value is 185 (72.66% from 255 or 37.60% from 492); Max value from RGB is 253 - color contains mainly: green. Hex color #36FDB9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #36FDB9 is #C90246. Grayscale: #B9B9B9. Windows color (decimal): -13173319 or 12188982. OLE color: 12188982.

HSL color Cylindrical-coordinate representation of color #36FDB9: hue angle of 159.5º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #36FDB9 is Cyan = 0.79, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.01.

Color convert

RGB54253185-
CMYK0.7900.270.01
HSL159.5º98.03%60.2%-
HSV(B)159.5º78.66%99.22%-
XYZ45.474.5457.89-
YUV185.75127.5734.03-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 10.98%
GREEN value IS 253 (99.22% from 255) = 51.42%
BLUE value IS 185 (72.66% from 255) = 37.60%
R=10.98%
G=51.42%
B=37.60%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal542531850.7900.270.01159.598.0360.2
Hex36FDB94F01B19f623c
Octal66375271117033123714274
Binary110110111111011011100110011110110111100111111100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36FDB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,253,185); }

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

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

 a { background-color: rgb(54,253,185); }

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

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

 span { border-color: rgb(54,253,185); }

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