Html Css Color HEX #36DCD2 Turquoise

📋 copy color: '#36DCD2'

red 54 ◦ green 220 ◦ blue 210

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

Shades of Turquoise #36DCD2

Tints of Turquoise #36DCD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 43.39%

R = 11.16%
G = 45.45%
B = 43.39%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#36DCD2 (or 0x36DCD2) is known color: Turquoise. HEX triplet: 36, DC and D2. RGB value is (54,220,210). Sum of RGB (Red+Green+Blue) = 54+220+210=484 (64% of max value = 765). Red value is 54 (21.48% from 255 or 11.16% from 484); Green value is 220 (86.33% from 255 or 45.45% from 484); Blue value is 210 (82.42% from 255 or 43.39% from 484); Max value from RGB is 220 - color contains mainly: green. Hex color #36DCD2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36DCD2 is #C9232D. Grayscale: #A9A9A9. Windows color (decimal): -13181742 or 13818934. OLE color: 13818934.

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

Color convert

RGB 54 220 210 -
CMYK 0.75 0 0.05 0.14
HSL 176.39º 0.7% 0.54% -
HSV(B) 176.39º 0.75% 0.86% -
XYZ 38.75 56.62 69.86 -
YUV 169.23 151 45.81 -
System Red Green Blue C M Y K H S L
Decimal 54 220 210 0.75 0 0.05 0.14 176.39 0.7 0.54
Hex 36 DC D2 4B 0 5 E B0 46 36
Octal 66 334 322 113 0 5 16 260 106 66
Binary 110110 11011100 11010010 1001011 0 101 1110 10110000 1000110 110110

Color Harmonies of #36DCD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36DCD2

Black with #36DCD2

Text Example


Text Example

White with #36DCD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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