Html Css Color HEX #36C9DB Medium Turquoise

📋 copy color: '#36C9DB'

red 54 ◦ green 201 ◦ blue 219

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

Shades of Medium Turquoise #36C9DB

Tints of Medium Turquoise #36C9DB

RGB

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

 GREEN value IS 201 (78.91% from 255) = 42.41%

 BLUE value IS 219 (85.94% from 255) = 46.2%

R = 11.39%
G = 42.41%
B = 46.2%

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

#36C9DB (or 0x36C9DB) is known color: Medium Turquoise. HEX triplet: 36, C9 and DB. RGB value is (54,201,219). Sum of RGB (Red+Green+Blue) = 54+201+219=474 (62% of max value = 765). Red value is 54 (21.48% from 255 or 11.39% from 474); Green value is 201 (78.91% from 255 or 42.41% from 474); Blue value is 219 (85.94% from 255 or 46.20% from 474); Max value from RGB is 219 - color contains mainly: blue. Hex color #36C9DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36C9DB is #C93624. Grayscale: #9E9E9E. Windows color (decimal): -13186597 or 14403894. OLE color: 14403894.

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

Color convert

RGB 54 201 219 -
CMYK 0.75 0.08 0 0.14
HSL 186.55º 0.7% 0.54% -
HSV(B) 186.55º 0.75% 0.86% -
XYZ 35.19 47.67 74.36 -
YUV 159.1 161.8 53.04 -
System Red Green Blue C M Y K H S L
Decimal 54 201 219 0.75 0.08 0 0.14 186.55 0.7 0.54
Hex 36 C9 DB 4B 8 0 E BB 46 36
Octal 66 311 333 113 10 0 16 273 106 66
Binary 110110 11001001 11011011 1001011 1000 0 1110 10111011 1000110 110110

Color Harmonies of #36C9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36C9DB

Black with #36C9DB

Text Example


Text Example

White with #36C9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,201,219); }

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

background-color css

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

 a { background-color: rgb(54,201,219); }

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

border-color css

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

 span { border-color: rgb(54,201,219); }

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