Html Css Color HEX #36D6DC Turquoise

📋 copy color: '#36D6DC'

red 54 ◦ green 214 ◦ blue 220

#36D6DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise #36D6DC

Tints of Turquoise #36D6DC

RGB

 RED value IS 54 (21.48% from 255) = 11.07%

 GREEN value IS 214 (83.98% from 255) = 43.85%

 BLUE value IS 220 (86.33% from 255) = 45.08%

R = 11.07%
G = 43.85%
B = 45.08%

CMYK

 C value IS 0.75

 M value IS 0.03

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#36D6DC (or 0x36D6DC) is known color: Turquoise. HEX triplet: 36, D6 and DC. RGB value is (54,214,220). Sum of RGB (Red+Green+Blue) = 54+214+220=488 (64% of max value = 765). Red value is 54 (21.48% from 255 or 11.07% from 488); Green value is 214 (83.98% from 255 or 43.85% from 488); Blue value is 220 (86.33% from 255 or 45.08% from 488); Max value from RGB is 220 - color contains mainly: blue. Hex color #36D6DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36D6DC is #C92923. Grayscale: #A6A6A6. Windows color (decimal): -13183268 or 14472758. OLE color: 14472758.

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

Color convert

RGB 54 214 220 -
CMYK 0.75 0.03 0 0.14
HSL 182.17º 0.7% 0.54% -
HSV(B) 182.17º 0.75% 0.86% -
XYZ 38.49 54.04 76.11 -
YUV 166.84 157.99 47.51 -
System Red Green Blue C M Y K H S L
Decimal 54 214 220 0.75 0.03 0 0.14 182.17 0.7 0.54
Hex 36 D6 DC 4B 3 0 E B6 46 36
Octal 66 326 334 113 3 0 16 266 106 66
Binary 110110 11010110 11011100 1001011 11 0 1110 10110110 1000110 110110

Color Harmonies of #36D6DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36D6DC

Black with #36D6DC

Text Example


Text Example

White with #36D6DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #36D6DC;
 }
 .AnyTagClassName
 {
   color: #36D6DC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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