Html Css Color HEX #36CBDC Medium Turquoise

📋 copy color: '#36CBDC'

red 54 ◦ green 203 ◦ blue 220

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

Shades of Medium Turquoise #36CBDC

Tints of Medium Turquoise #36CBDC

RGB

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

 GREEN value IS 203 (79.69% from 255) = 42.56%

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

R = 11.32%
G = 42.56%
B = 46.12%

CMYK

 C value IS 0.75

 M value IS 0.08

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#36CBDC (or 0x36CBDC) is known color: Medium Turquoise. HEX triplet: 36, CB and DC. RGB value is (54,203,220). Sum of RGB (Red+Green+Blue) = 54+203+220=477 (63% of max value = 765). Red value is 54 (21.48% from 255 or 11.32% from 477); Green value is 203 (79.69% from 255 or 42.56% from 477); Blue value is 220 (86.33% from 255 or 46.12% from 477); Max value from RGB is 220 - color contains mainly: blue. Hex color #36CBDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36CBDC is #C93423. Grayscale: #A0A0A0. Windows color (decimal): -13186084 or 14469942. OLE color: 14469942.

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

Color convert

RGB 54 203 220 -
CMYK 0.75 0.08 0 0.14
HSL 186.14º 0.7% 0.54% -
HSV(B) 186.14º 0.75% 0.86% -
XYZ 35.8 48.66 75.22 -
YUV 160.39 161.64 52.12 -
System Red Green Blue C M Y K H S L
Decimal 54 203 220 0.75 0.08 0 0.14 186.14 0.7 0.54
Hex 36 CB DC 4B 8 0 E BA 46 36
Octal 66 313 334 113 10 0 16 272 106 66
Binary 110110 11001011 11011100 1001011 1000 0 1110 10111010 1000110 110110

Color Harmonies of #36CBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36CBDC

Black with #36CBDC

Text Example


Text Example

White with #36CBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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