Html Css Color HEX #13D4DC Dark Turquoise

📋 copy color: '#13D4DC'

red 19 ◦ green 212 ◦ blue 220

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

Shades of Dark Turquoise #13D4DC

Tints of Dark Turquoise #13D4DC

RGB

 RED value IS 19 (7.81% from 255) = 4.21%

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

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

R = 4.21%
G = 47.01%
B = 48.78%

CMYK

 C value IS 0.91

 M value IS 0.04

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#13D4DC (or 0x13D4DC) is known color: Dark Turquoise. HEX triplet: 13, D4 and DC. RGB value is (19,212,220). Sum of RGB (Red+Green+Blue) = 19+212+220=451 (59% of max value = 765). Red value is 19 (7.81% from 255 or 4.21% from 451); Green value is 212 (83.20% from 255 or 47.01% from 451); Blue value is 220 (86.33% from 255 or 48.78% from 451); Max value from RGB is 220 - color contains mainly: blue. Hex color #13D4DC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13D4DC is #EC2B23. Grayscale: #9A9A9A. Windows color (decimal): -15477540 or 14472211. OLE color: 14472211.

HSL color Cylindrical-coordinate representation of color #13D4DC: hue angle of 182.39º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13D4DC is Cyan = 0.91, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 19 212 220 -
CMYK 0.91 0.04 0 0.14
HSL 182.39º 0.84% 0.47% -
HSV(B) 182.39º 0.91% 0.86% -
XYZ 36.73 52.39 75.89 -
YUV 155.21 164.56 30.85 -
System Red Green Blue C M Y K H S L
Decimal 19 212 220 0.91 0.04 0 0.14 182.39 0.84 0.47
Hex 13 D4 DC 5B 4 0 E B6 54 2F
Octal 23 324 334 133 4 0 16 266 124 57
Binary 10011 11010100 11011100 1011011 100 0 1110 10110110 1010100 101111

Color Harmonies of #13D4DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13D4DC

Black with #13D4DC

Text Example


Text Example

White with #13D4DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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