Html Css Color HEX #36DCD9 Turquoise

📋 copy color: '#36DCD9'

red 54 ◦ green 220 ◦ blue 217

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

Shades of Turquoise #36DCD9

Tints of Turquoise #36DCD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 44.2%

R = 11%
G = 44.81%
B = 44.2%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.01

 K value IS 0.14

RGB Variations

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

Color information

#36DCD9 (or 0x36DCD9) is known color: Turquoise. HEX triplet: 36, DC and D9. RGB value is (54,220,217). Sum of RGB (Red+Green+Blue) = 54+220+217=491 (65% of max value = 765). Red value is 54 (21.48% from 255 or 11.00% from 491); Green value is 220 (86.33% from 255 or 44.81% from 491); Blue value is 217 (85.16% from 255 or 44.20% from 491); Max value from RGB is 220 - color contains mainly: green. Hex color #36DCD9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36DCD9 is #C92326. Grayscale: #A9A9A9. Windows color (decimal): -13181735 or 14277686. OLE color: 14277686.

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

Color convert

RGB 54 220 217 -
CMYK 0.75 0 0.01 0.14
HSL 178.92º 0.7% 0.54% -
HSV(B) 178.92º 0.75% 0.86% -
XYZ 39.64 56.98 74.55 -
YUV 170.02 154.5 45.24 -
System Red Green Blue C M Y K H S L
Decimal 54 220 217 0.75 0 0.01 0.14 178.92 0.7 0.54
Hex 36 DC D9 4B 0 1 E B3 46 36
Octal 66 334 331 113 0 1 16 263 106 66
Binary 110110 11011100 11011001 1001011 0 1 1110 10110011 1000110 110110

Color Harmonies of #36DCD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36DCD9

Black with #36DCD9

Text Example


Text Example

White with #36DCD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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