Html Css Color HEX #19D5D1 Dark Turquoise

📋 copy color: '#19D5D1'

red 25 ◦ green 213 ◦ blue 209

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

Shades of Dark Turquoise #19D5D1

Tints of Dark Turquoise #19D5D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 46.76%

R = 5.59%
G = 47.65%
B = 46.76%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.02

 K value IS 0.16

RGB Variations

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

Color information

#19D5D1 (or 0x19D5D1) is known color: Dark Turquoise. HEX triplet: 19, D5 and D1. RGB value is (25,213,209). Sum of RGB (Red+Green+Blue) = 25+213+209=447 (59% of max value = 765). Red value is 25 (10.16% from 255 or 5.59% from 447); Green value is 213 (83.59% from 255 or 47.65% from 447); Blue value is 209 (82.03% from 255 or 46.76% from 447); Max value from RGB is 213 - color contains mainly: green. Hex color #19D5D1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19D5D1 is #E62A2E. Grayscale: #9C9C9C. Windows color (decimal): -15084079 or 13751577. OLE color: 13751577.

HSL color Cylindrical-coordinate representation of color #19D5D1: hue angle of 178.72º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #19D5D1 is Cyan = 0.88, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.16.

Color convert

RGB 25 213 209 -
CMYK 0.88 0 0.02 0.16
HSL 178.72º 0.79% 0.47% -
HSV(B) 178.72º 0.88% 0.84% -
XYZ 35.7 52.4 68.55 -
YUV 156.33 157.72 34.33 -
System Red Green Blue C M Y K H S L
Decimal 25 213 209 0.88 0 0.02 0.16 178.72 0.79 0.47
Hex 19 D5 D1 58 0 2 10 B3 4F 2F
Octal 31 325 321 130 0 2 20 263 117 57
Binary 11001 11010101 11010001 1011000 0 10 10000 10110011 1001111 101111

Color Harmonies of #19D5D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19D5D1

Black with #19D5D1

Text Example


Text Example

White with #19D5D1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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