#36d9dc

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

Shades of Turquoise #36D9DC

Tints of Turquoise #36D9DC

Color information

#36D9DC (or 0x36D9DC) is unknown color: approx Turquoise. HEX triplet: 36, D9 and DC. RGB value is (54,217,220). Sum of RGB (Red+Green+Blue) = 54+217+220=491 (65% of max value = 765). Red value is 54 (21.48% from 255 or 11.00% from 491); Green value is 217 (85.16% from 255 or 44.20% from 491); Blue value is 220 (86.33% from 255 or 44.81% from 491); Max value from RGB is 220 - color contains mainly: blue. Hex color #36D9DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36D9DC is #C92623. Grayscale: #A8A8A8. Windows color (decimal): -13182500 or 14473526. OLE color: 14473526.

HSL color Cylindrical-coordinate representation of color #36D9DC: hue angle of 181.08º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #36D9DC is Cyan = 0.75, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB54217220-
CMYK0.750.0100.14
HSL181.08º70.34%53.73%-
HSV(B)181.08º75.45%86.27%-
XYZ39.2555.5876.37-
YUV168.615746.26-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 11.00%
GREEN value IS 217 (85.16% from 255) = 44.20%
BLUE value IS 220 (86.33% from 255) = 44.81%
R=11.00%
G=44.20%
B=44.81%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal542172200.750.0100.14181.0870.3453.73
Hex36D9DC4B10Eb54636
Octal66331334113101626510666
Binary11011011011001110111001001011101110101101011000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36d9dc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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