Html Css Color HEX #36D1DB Medium Turquoise

📋 copy color: '#36D1DB'

red 54 ◦ green 209 ◦ blue 219

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

Shades of Medium Turquoise #36D1DB

Tints of Medium Turquoise #36D1DB

RGB

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

 GREEN value IS 209 (82.03% from 255) = 43.36%

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

R = 11.2%
G = 43.36%
B = 45.44%

CMYK

 C value IS 0.75

 M value IS 0.05

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#36D1DB (or 0x36D1DB) is known color: Medium Turquoise. HEX triplet: 36, D1 and DB. RGB value is (54,209,219). Sum of RGB (Red+Green+Blue) = 54+209+219=482 (63% of max value = 765). Red value is 54 (21.48% from 255 or 11.20% from 482); Green value is 209 (82.03% from 255 or 43.36% from 482); Blue value is 219 (85.94% from 255 or 45.44% from 482); Max value from RGB is 219 - color contains mainly: blue. Hex color #36D1DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36D1DB is #C92E24. Grayscale: #A3A3A3. Windows color (decimal): -13184549 or 14405942. OLE color: 14405942.

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

Color convert

RGB 54 209 219 -
CMYK 0.75 0.05 0 0.14
HSL 183.64º 0.7% 0.54% -
HSV(B) 183.64º 0.75% 0.86% -
XYZ 37.11 51.5 75 -
YUV 163.8 159.15 49.69 -
System Red Green Blue C M Y K H S L
Decimal 54 209 219 0.75 0.05 0 0.14 183.64 0.7 0.54
Hex 36 D1 DB 4B 5 0 E B8 46 36
Octal 66 321 333 113 5 0 16 270 106 66
Binary 110110 11010001 11011011 1001011 101 0 1110 10111000 1000110 110110

Color Harmonies of #36D1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36D1DB

Black with #36D1DB

Text Example


Text Example

White with #36D1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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