Html Css Color HEX #36CEDC Medium Turquoise

📋 copy color: '#36CEDC'

red 54 ◦ green 206 ◦ blue 220

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

Shades of Medium Turquoise #36CEDC

Tints of Medium Turquoise #36CEDC

RGB

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

 GREEN value IS 206 (80.86% from 255) = 42.92%

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

R = 11.25%
G = 42.92%
B = 45.83%

CMYK

 C value IS 0.75

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#36CEDC (or 0x36CEDC) is known color: Medium Turquoise. HEX triplet: 36, CE and DC. RGB value is (54,206,220). Sum of RGB (Red+Green+Blue) = 54+206+220=480 (63% of max value = 765). Red value is 54 (21.48% from 255 or 11.25% from 480); Green value is 206 (80.86% from 255 or 42.92% from 480); Blue value is 220 (86.33% from 255 or 45.83% from 480); Max value from RGB is 220 - color contains mainly: blue. Hex color #36CEDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36CEDC is #C93123. Grayscale: #A1A1A1. Windows color (decimal): -13185316 or 14470710. OLE color: 14470710.

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

Color convert

RGB 54 206 220 -
CMYK 0.75 0.06 0 0.14
HSL 185.06º 0.7% 0.54% -
HSV(B) 185.06º 0.75% 0.86% -
XYZ 36.51 50.09 75.45 -
YUV 162.15 160.64 50.86 -
System Red Green Blue C M Y K H S L
Decimal 54 206 220 0.75 0.06 0 0.14 185.06 0.7 0.54
Hex 36 CE DC 4B 6 0 E B9 46 36
Octal 66 316 334 113 6 0 16 271 106 66
Binary 110110 11001110 11011100 1001011 110 0 1110 10111001 1000110 110110

Color Harmonies of #36CEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36CEDC

Black with #36CEDC

Text Example


Text Example

White with #36CEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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