#36F7D8

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

Shades of Turquoise #36F7D8

Tints of Turquoise #36F7D8

Color information

#36F7D8 (or 0x36F7D8) is unknown color: approx Turquoise. HEX triplet: 36, F7 and D8. RGB value is (54,247,216). Sum of RGB (Red+Green+Blue) = 54+247+216=517 (68% of max value = 765). Red value is 54 (21.48% from 255 or 10.44% from 517); Green value is 247 (96.88% from 255 or 47.78% from 517); Blue value is 216 (84.77% from 255 or 41.78% from 517); Max value from RGB is 247 - color contains mainly: green. Hex color #36F7D8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #36F7D8 is #C90827. Grayscale: #B9B9B9. Windows color (decimal): -13174824 or 14219062. OLE color: 14219062.

HSL color Cylindrical-coordinate representation of color #36F7D8: hue angle of 170.36º 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 #36F7D8 is Cyan = 0.78, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.03.

Color convert

RGB54247216-
CMYK0.7800.130.03
HSL170.36º92.34%59.02%-
HSV(B)170.36º78.14%96.86%-
XYZ47.1872.2676.43-
YUV185.76145.0634.02-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 10.44%
GREEN value IS 247 (96.88% from 255) = 47.78%
BLUE value IS 216 (84.77% from 255) = 41.78%
R=10.44%
G=47.78%
B=41.78%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal542472160.7800.130.03170.3692.3459.02
Hex36F7D84E0D3aa5c3b
Octal66367330116015325213473
Binary110110111101111101100010011100110111101010101011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36F7D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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