#36F7D9

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

Shades of Turquoise #36F7D9

Tints of Turquoise #36F7D9

Color information

#36F7D9 (or 0x36F7D9) is unknown color: approx Turquoise. HEX triplet: 36, F7 and D9. RGB value is (54,247,217). Sum of RGB (Red+Green+Blue) = 54+247+217=518 (68% of max value = 765). Red value is 54 (21.48% from 255 or 10.42% from 518); Green value is 247 (96.88% from 255 or 47.68% from 518); Blue value is 217 (85.16% from 255 or 41.89% from 518); Max value from RGB is 247 - color contains mainly: green. Hex color #36F7D9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #36F7D9 is #C90826. Grayscale: #B9B9B9. Windows color (decimal): -13174823 or 14284598. OLE color: 14284598.

HSL color Cylindrical-coordinate representation of color #36F7D9: hue angle of 170.67º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #36F7D9 is Cyan = 0.78, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.03.

Color convert

RGB54247217-
CMYK0.7800.120.03
HSL170.67º92.34%59.02%-
HSV(B)170.67º78.14%96.86%-
XYZ47.3172.3277.11-
YUV185.87145.5633.94-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 10.42%
GREEN value IS 247 (96.88% from 255) = 47.68%
BLUE value IS 217 (85.16% from 255) = 41.89%
R=10.42%
G=47.68%
B=41.89%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal542472170.7800.120.03170.6792.3459.02
Hex36F7D94E0C3ab5c3b
Octal66367331116014325313473
Binary110110111101111101100110011100110011101010111011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36F7D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,247,217); }

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

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

 a { background-color: rgb(54,247,217); }

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

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

 span { border-color: rgb(54,247,217); }

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