#36F4D2

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

Shades of Turquoise #36F4D2

Tints of Turquoise #36F4D2

Color information

#36F4D2 (or 0x36F4D2) is unknown color: approx Turquoise. HEX triplet: 36, F4 and D2. RGB value is (54,244,210). Sum of RGB (Red+Green+Blue) = 54+244+210=508 (67% of max value = 765). Red value is 54 (21.48% from 255 or 10.63% from 508); Green value is 244 (95.70% from 255 or 48.03% from 508); Blue value is 210 (82.42% from 255 or 41.34% from 508); Max value from RGB is 244 - color contains mainly: green. Hex color #36F4D2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #36F4D2 is #C90B2D. Grayscale: #B7B7B7. Windows color (decimal): -13175598 or 13825078. OLE color: 13825078.

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

Color convert

RGB54244210-
CMYK0.7800.140.04
HSL169.26º89.62%58.43%-
HSV(B)169.26º77.87%95.69%-
XYZ45.570.1472.11-
YUV183.31143.0535.76-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 10.63%
GREEN value IS 244 (95.70% from 255) = 48.03%
BLUE value IS 210 (82.42% from 255) = 41.34%
R=10.63%
G=48.03%
B=41.34%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal542442100.7800.140.04169.2689.6258.43
Hex36F4D24E0E4a95a3a
Octal66364322116016425113272
Binary1101101111010011010010100111001110100101010011011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36F4D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,244,210); }

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

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

 a { background-color: rgb(54,244,210); }

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

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

 span { border-color: rgb(54,244,210); }

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