Html Css Color HEX #36EFDB Turquoise

📋 copy color: '#36EFDB'

red 54 ◦ green 239 ◦ blue 219

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

Shades of Turquoise #36EFDB

Tints of Turquoise #36EFDB

RGB

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

 GREEN value IS 239 (93.75% from 255) = 46.68%

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

R = 10.55%
G = 46.68%
B = 42.77%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#36EFDB (or 0x36EFDB) is known color: Turquoise. HEX triplet: 36, EF and DB. RGB value is (54,239,219). Sum of RGB (Red+Green+Blue) = 54+239+219=512 (67% of max value = 765). Red value is 54 (21.48% from 255 or 10.55% from 512); Green value is 239 (93.75% from 255 or 46.68% from 512); Blue value is 219 (85.94% from 255 or 42.77% from 512); Max value from RGB is 239 - color contains mainly: green. Hex color #36EFDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #36EFDB is #C91024. Grayscale: #B5B5B5. Windows color (decimal): -13176869 or 14413622. OLE color: 14413622.

HSL color Cylindrical-coordinate representation of color #36EFDB: hue angle of 173.51º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #36EFDB is Cyan = 0.77, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 54 239 219 -
CMYK 0.77 0 0.08 0.06
HSL 173.51º 0.85% 0.57% -
HSV(B) 173.51º 0.77% 0.94% -
XYZ 45.17 67.63 77.69 -
YUV 181.41 149.21 37.13 -
System Red Green Blue C M Y K H S L
Decimal 54 239 219 0.77 0 0.08 0.06 173.51 0.85 0.57
Hex 36 EF DB 4D 0 8 6 AE 55 39
Octal 66 357 333 115 0 10 6 256 125 71
Binary 110110 11101111 11011011 1001101 0 1000 110 10101110 1010101 111001

Color Harmonies of #36EFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36EFDB

Black with #36EFDB

Text Example


Text Example

White with #36EFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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