Html Css Color HEX #36CCDC Medium Turquoise

📋 copy color: '#36CCDC'

red 54 ◦ green 204 ◦ blue 220

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

Shades of Medium Turquoise #36CCDC

Tints of Medium Turquoise #36CCDC

RGB

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

 GREEN value IS 204 (80.08% from 255) = 42.68%

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

R = 11.3%
G = 42.68%
B = 46.03%

CMYK

 C value IS 0.75

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#36CCDC (or 0x36CCDC) is known color: Medium Turquoise. HEX triplet: 36, CC and DC. RGB value is (54,204,220). Sum of RGB (Red+Green+Blue) = 54+204+220=478 (63% of max value = 765). Red value is 54 (21.48% from 255 or 11.30% from 478); Green value is 204 (80.08% from 255 or 42.68% from 478); Blue value is 220 (86.33% from 255 or 46.03% from 478); Max value from RGB is 220 - color contains mainly: blue. Hex color #36CCDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36CCDC is #C93323. Grayscale: #A0A0A0. Windows color (decimal): -13185828 or 14470198. OLE color: 14470198.

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

Color convert

RGB 54 204 220 -
CMYK 0.75 0.07 0 0.14
HSL 185.78º 0.7% 0.54% -
HSV(B) 185.78º 0.75% 0.86% -
XYZ 36.03 49.14 75.3 -
YUV 160.97 161.31 51.7 -
System Red Green Blue C M Y K H S L
Decimal 54 204 220 0.75 0.07 0 0.14 185.78 0.7 0.54
Hex 36 CC DC 4B 7 0 E BA 46 36
Octal 66 314 334 113 7 0 16 272 106 66
Binary 110110 11001100 11011100 1001011 111 0 1110 10111010 1000110 110110

Color Harmonies of #36CCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36CCDC

Black with #36CCDC

Text Example


Text Example

White with #36CCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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