Html Css Color HEX #36DCD6 Turquoise

📋 copy color: '#36DCD6'

red 54 ◦ green 220 ◦ blue 214

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

Shades of Turquoise #36DCD6

Tints of Turquoise #36DCD6

RGB

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

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

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

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

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.03

 K value IS 0.14

RGB Variations

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

Color information

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

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

Color convert

RGB 54 220 214 -
CMYK 0.75 0 0.03 0.14
HSL 177.83º 0.7% 0.54% -
HSV(B) 177.83º 0.75% 0.86% -
XYZ 39.25 56.83 72.52 -
YUV 169.68 153 45.49 -
System Red Green Blue C M Y K H S L
Decimal 54 220 214 0.75 0 0.03 0.14 177.83 0.7 0.54
Hex 36 DC D6 4B 0 3 E B2 46 36
Octal 66 334 326 113 0 3 16 262 106 66
Binary 110110 11011100 11010110 1001011 0 11 1110 10110010 1000110 110110

Color Harmonies of #36DCD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36DCD6

Black with #36DCD6

Text Example


Text Example

White with #36DCD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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