#36FDB8

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

Shades of Turquoise #36FDB8

Tints of Turquoise #36FDB8

Color information

#36FDB8 (or 0x36FDB8) is unknown color: approx Turquoise. HEX triplet: 36, FD and B8. RGB value is (54,253,184). Sum of RGB (Red+Green+Blue) = 54+253+184=491 (65% of max value = 765). Red value is 54 (21.48% from 255 or 11.00% from 491); Green value is 253 (99.22% from 255 or 51.53% from 491); Blue value is 184 (72.27% from 255 or 37.47% from 491); Max value from RGB is 253 - color contains mainly: green. Hex color #36FDB8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #36FDB8 is #C90247. Grayscale: #B9B9B9. Windows color (decimal): -13173320 or 12123446. OLE color: 12123446.

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

Color convert

RGB54253184-
CMYK0.7900.270.01
HSL159.2º98.03%60.2%-
HSV(B)159.2º78.66%99.22%-
XYZ45.374.557.34-
YUV185.63127.0734.11-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 11.00%
GREEN value IS 253 (99.22% from 255) = 51.53%
BLUE value IS 184 (72.27% from 255) = 37.47%
R=11.00%
G=51.53%
B=37.47%

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
Decimal542531840.7900.270.01159.298.0360.2
Hex36FDB84F01B19f623c
Octal66375270117033123714274
Binary110110111111011011100010011110110111100111111100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36FDB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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