#36D7D8

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

Shades of Turquoise #36D7D8

Tints of Turquoise #36D7D8

Color information

#36D7D8 (or 0x36D7D8) is unknown color: approx Turquoise. HEX triplet: 36, D7 and D8. RGB value is (54,215,216). Sum of RGB (Red+Green+Blue) = 54+215+216=485 (64% of max value = 765). Red value is 54 (21.48% from 255 or 11.13% from 485); Green value is 215 (84.38% from 255 or 44.33% from 485); Blue value is 216 (84.77% from 255 or 44.54% from 485); Max value from RGB is 216 - color contains mainly: blue. Hex color #36D7D8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36D7D8 is #C92827. Grayscale: #A6A6A6. Windows color (decimal): -13183016 or 14210870. OLE color: 14210870.

HSL color Cylindrical-coordinate representation of color #36D7D8: hue angle of 180.37º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #36D7D8 is Cyan = 0.75, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB54215216-
CMYK0.750.0000.15
HSL180.37º67.5%52.94%-
HSV(B)180.37º75%84.71%-
XYZ38.2254.3473.44-
YUV166.98155.6647.42-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 11.13%
GREEN value IS 215 (84.38% from 255) = 44.33%
BLUE value IS 216 (84.77% from 255) = 44.54%
R=11.13%
G=44.33%
B=44.54%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal542152160.750.0000.15180.3767.552.94
Hex36D7D84B00Fb44435
Octal66327330113001726410465
Binary11011011010111110110001001011001111101101001000100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36D7D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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