Html Css Color HEX #36D4DC Turquoise

📋 copy color: '#36D4DC'

red 54 ◦ green 212 ◦ blue 220

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

Shades of Turquoise #36D4DC

Tints of Turquoise #36D4DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 45.27%

R = 11.11%
G = 43.62%
B = 45.27%

CMYK

 C value IS 0.75

 M value IS 0.04

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#36D4DC (or 0x36D4DC) is known color: Turquoise. HEX triplet: 36, D4 and DC. RGB value is (54,212,220). Sum of RGB (Red+Green+Blue) = 54+212+220=486 (64% of max value = 765). Red value is 54 (21.48% from 255 or 11.11% from 486); Green value is 212 (83.20% from 255 or 43.62% from 486); Blue value is 220 (86.33% from 255 or 45.27% from 486); Max value from RGB is 220 - color contains mainly: blue. Hex color #36D4DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36D4DC is #C92B23. Grayscale: #A5A5A5. Windows color (decimal): -13183780 or 14472246. OLE color: 14472246.

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

Color convert

RGB 54 212 220 -
CMYK 0.75 0.04 0 0.14
HSL 182.89º 0.7% 0.54% -
HSV(B) 182.89º 0.75% 0.86% -
XYZ 37.98 53.04 75.95 -
YUV 165.67 158.65 48.35 -
System Red Green Blue C M Y K H S L
Decimal 54 212 220 0.75 0.04 0 0.14 182.89 0.7 0.54
Hex 36 D4 DC 4B 4 0 E B7 46 36
Octal 66 324 334 113 4 0 16 267 106 66
Binary 110110 11010100 11011100 1001011 100 0 1110 10110111 1000110 110110

Color Harmonies of #36D4DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36D4DC

Black with #36D4DC

Text Example


Text Example

White with #36D4DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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