Html Css Color HEX #36D4DB Turquoise

📋 copy color: '#36D4DB'

red 54 ◦ green 212 ◦ blue 219

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

Shades of Turquoise #36D4DB

Tints of Turquoise #36D4DB

RGB

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

 GREEN value IS 212 (83.2% from 255) = 43.71%

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

R = 11.13%
G = 43.71%
B = 45.15%

CMYK

 C value IS 0.75

 M value IS 0.03

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#36D4DB (or 0x36D4DB) is known color: Turquoise. HEX triplet: 36, D4 and DB. RGB value is (54,212,219). Sum of RGB (Red+Green+Blue) = 54+212+219=485 (64% of max value = 765). Red value is 54 (21.48% from 255 or 11.13% from 485); Green value is 212 (83.20% from 255 or 43.71% from 485); Blue value is 219 (85.94% from 255 or 45.15% from 485); Max value from RGB is 219 - color contains mainly: blue. Hex color #36D4DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36D4DB is #C92B24. Grayscale: #A5A5A5. Windows color (decimal): -13183781 or 14406710. OLE color: 14406710.

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

Color convert

RGB 54 212 219 -
CMYK 0.75 0.03 0 0.14
HSL 182.55º 0.7% 0.54% -
HSV(B) 182.55º 0.75% 0.86% -
XYZ 37.85 52.99 75.25 -
YUV 165.56 158.15 48.43 -
System Red Green Blue C M Y K H S L
Decimal 54 212 219 0.75 0.03 0 0.14 182.55 0.7 0.54
Hex 36 D4 DB 4B 3 0 E B7 46 36
Octal 66 324 333 113 3 0 16 267 106 66
Binary 110110 11010100 11011011 1001011 11 0 1110 10110111 1000110 110110

Color Harmonies of #36D4DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36D4DB

Black with #36D4DB

Text Example


Text Example

White with #36D4DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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