Html Css Color HEX #36CEDB Medium Turquoise

📋 copy color: '#36CEDB'

red 54 ◦ green 206 ◦ blue 219

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

Shades of Medium Turquoise #36CEDB

Tints of Medium Turquoise #36CEDB

RGB

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

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

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

R = 11.27%
G = 43.01%
B = 45.72%

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

#36CEDB (or 0x36CEDB) is known color: Medium Turquoise. HEX triplet: 36, CE and DB. RGB value is (54,206,219). Sum of RGB (Red+Green+Blue) = 54+206+219=479 (63% of max value = 765). Red value is 54 (21.48% from 255 or 11.27% from 479); Green value is 206 (80.86% from 255 or 43.01% from 479); Blue value is 219 (85.94% from 255 or 45.72% from 479); Max value from RGB is 219 - color contains mainly: blue. Hex color #36CEDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36CEDB is #C93124. Grayscale: #A1A1A1. Windows color (decimal): -13185317 or 14405174. OLE color: 14405174.

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

Color convert

RGB 54 206 219 -
CMYK 0.75 0.06 0 0.14
HSL 184.73º 0.7% 0.54% -
HSV(B) 184.73º 0.75% 0.86% -
XYZ 36.38 50.04 74.76 -
YUV 162.03 160.14 50.94 -
System Red Green Blue C M Y K H S L
Decimal 54 206 219 0.75 0.06 0 0.14 184.73 0.7 0.54
Hex 36 CE DB 4B 6 0 E B9 46 36
Octal 66 316 333 113 6 0 16 271 106 66
Binary 110110 11001110 11011011 1001011 110 0 1110 10111001 1000110 110110

Color Harmonies of #36CEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36CEDB

Black with #36CEDB

Text Example


Text Example

White with #36CEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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