Html Css Color HEX #13D5DB Dark Turquoise

📋 copy color: '#13D5DB'

red 19 ◦ green 213 ◦ blue 219

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

Shades of Dark Turquoise #13D5DB

Tints of Dark Turquoise #13D5DB

RGB

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

 GREEN value IS 213 (83.59% from 255) = 47.23%

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

R = 4.21%
G = 47.23%
B = 48.56%

CMYK

 C value IS 0.91

 M value IS 0.03

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#13D5DB (or 0x13D5DB) is known color: Dark Turquoise. HEX triplet: 13, D5 and DB. RGB value is (19,213,219). Sum of RGB (Red+Green+Blue) = 19+213+219=451 (59% of max value = 765). Red value is 19 (7.81% from 255 or 4.21% from 451); Green value is 213 (83.59% from 255 or 47.23% from 451); Blue value is 219 (85.94% from 255 or 48.56% from 451); Max value from RGB is 219 - color contains mainly: blue. Hex color #13D5DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13D5DB is #EC2A24. Grayscale: #9B9B9B. Windows color (decimal): -15477285 or 14406931. OLE color: 14406931.

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

Color convert

RGB 19 213 219 -
CMYK 0.91 0.03 0 0.14
HSL 181.8º 0.84% 0.47% -
HSV(B) 181.8º 0.91% 0.86% -
XYZ 36.85 52.84 75.28 -
YUV 155.68 163.73 30.51 -
System Red Green Blue C M Y K H S L
Decimal 19 213 219 0.91 0.03 0 0.14 181.8 0.84 0.47
Hex 13 D5 DB 5B 3 0 E B6 54 2F
Octal 23 325 333 133 3 0 16 266 124 57
Binary 10011 11010101 11011011 1011011 11 0 1110 10110110 1010100 101111

Color Harmonies of #13D5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13D5DB

Black with #13D5DB

Text Example


Text Example

White with #13D5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,213,219); }

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

background-color css

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

 a { background-color: rgb(19,213,219); }

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

border-color css

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

 span { border-color: rgb(19,213,219); }

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