Html Css Color HEX #19D1DB Dark Turquoise

📋 copy color: '#19D1DB'

red 25 ◦ green 209 ◦ blue 219

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

Shades of Dark Turquoise #19D1DB

Tints of Dark Turquoise #19D1DB

RGB

 RED value IS 25 (10.16% from 255) = 5.52%

 GREEN value IS 209 (82.03% from 255) = 46.14%

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

R = 5.52%
G = 46.14%
B = 48.34%

CMYK

 C value IS 0.89

 M value IS 0.05

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#19D1DB (or 0x19D1DB) is known color: Dark Turquoise. HEX triplet: 19, D1 and DB. RGB value is (25,209,219). Sum of RGB (Red+Green+Blue) = 25+209+219=453 (60% of max value = 765). Red value is 25 (10.16% from 255 or 5.52% from 453); Green value is 209 (82.03% from 255 or 46.14% from 453); Blue value is 219 (85.94% from 255 or 48.34% from 453); Max value from RGB is 219 - color contains mainly: blue. Hex color #19D1DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19D1DB is #E62E24. Grayscale: #9A9A9A. Windows color (decimal): -15085093 or 14405913. OLE color: 14405913.

HSL color Cylindrical-coordinate representation of color #19D1DB: hue angle of 183.09º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19D1DB is Cyan = 0.89, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 25 209 219 -
CMYK 0.89 0.05 0 0.14
HSL 183.09º 0.8% 0.48% -
HSV(B) 183.09º 0.89% 0.86% -
XYZ 35.99 50.92 74.95 -
YUV 155.12 164.04 35.19 -
System Red Green Blue C M Y K H S L
Decimal 25 209 219 0.89 0.05 0 0.14 183.09 0.8 0.48
Hex 19 D1 DB 59 5 0 E B7 50 30
Octal 31 321 333 131 5 0 16 267 120 60
Binary 11001 11010001 11011011 1011001 101 0 1110 10110111 1010000 110000

Color Harmonies of #19D1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19D1DB

Black with #19D1DB

Text Example


Text Example

White with #19D1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19D1DB; }

 p { color: rgb(25,209,219); }

 H1.HeaderClassName
 {
   color: #19D1DB;
 }
 .AnyTagClassName
 {
   color: #19D1DB;
 }
</style>

background-color css

<style>
 a { background-color: #19D1DB; }

 a { background-color: rgb(25,209,219); }

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

border-color css

<style>
 span { border-color: #19D1DB; }

 span { border-color: rgb(25,209,219); }

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