Html Css Color HEX #36CBDB Medium Turquoise

📋 copy color: '#36CBDB'

red 54 ◦ green 203 ◦ blue 219

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

Shades of Medium Turquoise #36CBDB

Tints of Medium Turquoise #36CBDB

RGB

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

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

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

R = 11.34%
G = 42.65%
B = 46.01%

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

#36CBDB (or 0x36CBDB) is known color: Medium Turquoise. HEX triplet: 36, CB and DB. RGB value is (54,203,219). Sum of RGB (Red+Green+Blue) = 54+203+219=476 (63% of max value = 765). Red value is 54 (21.48% from 255 or 11.34% from 476); Green value is 203 (79.69% from 255 or 42.65% from 476); Blue value is 219 (85.94% from 255 or 46.01% from 476); Max value from RGB is 219 - color contains mainly: blue. Hex color #36CBDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36CBDB is #C93424. Grayscale: #A0A0A0. Windows color (decimal): -13186085 or 14404406. OLE color: 14404406.

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

Color convert

RGB 54 203 219 -
CMYK 0.75 0.07 0 0.14
HSL 185.82º 0.7% 0.54% -
HSV(B) 185.82º 0.75% 0.86% -
XYZ 35.66 48.61 74.52 -
YUV 160.27 161.14 52.2 -
System Red Green Blue C M Y K H S L
Decimal 54 203 219 0.75 0.07 0 0.14 185.82 0.7 0.54
Hex 36 CB DB 4B 7 0 E BA 46 36
Octal 66 313 333 113 7 0 16 272 106 66
Binary 110110 11001011 11011011 1001011 111 0 1110 10111010 1000110 110110

Color Harmonies of #36CBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36CBDB

Black with #36CBDB

Text Example


Text Example

White with #36CBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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