Html Css Color HEX #36ECDB Turquoise

📋 copy color: '#36ECDB'

red 54 ◦ green 236 ◦ blue 219

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

Shades of Turquoise #36ECDB

Tints of Turquoise #36ECDB

RGB

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

 GREEN value IS 236 (92.58% from 255) = 46.37%

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

R = 10.61%
G = 46.37%
B = 43.03%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#36ECDB (or 0x36ECDB) is known color: Turquoise. HEX triplet: 36, EC and DB. RGB value is (54,236,219). Sum of RGB (Red+Green+Blue) = 54+236+219=509 (67% of max value = 765). Red value is 54 (21.48% from 255 or 10.61% from 509); Green value is 236 (92.58% from 255 or 46.37% from 509); Blue value is 219 (85.94% from 255 or 43.03% from 509); Max value from RGB is 236 - color contains mainly: green. Hex color #36ECDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #36ECDB is #C91324. Grayscale: #B3B3B3. Windows color (decimal): -13177637 or 14412854. OLE color: 14412854.

HSL color Cylindrical-coordinate representation of color #36ECDB: hue angle of 174.4º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #36ECDB is Cyan = 0.77, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB 54 236 219 -
CMYK 0.77 0 0.07 0.07
HSL 174.4º 0.83% 0.57% -
HSV(B) 174.4º 0.77% 0.93% -
XYZ 44.3 65.89 77.4 -
YUV 179.64 150.2 38.38 -
System Red Green Blue C M Y K H S L
Decimal 54 236 219 0.77 0 0.07 0.07 174.4 0.83 0.57
Hex 36 EC DB 4D 0 7 7 AE 53 39
Octal 66 354 333 115 0 7 7 256 123 71
Binary 110110 11101100 11011011 1001101 0 111 111 10101110 1010011 111001

Color Harmonies of #36ECDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36ECDB

Black with #36ECDB

Text Example


Text Example

White with #36ECDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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