Html Css Color HEX #19D0D5 Dark Turquoise

📋 copy color: '#19D0D5'

red 25 ◦ green 208 ◦ blue 213

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

Shades of Dark Turquoise #19D0D5

Tints of Dark Turquoise #19D0D5

RGB

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

 GREEN value IS 208 (81.64% from 255) = 46.64%

 BLUE value IS 213 (83.59% from 255) = 47.76%

R = 5.61%
G = 46.64%
B = 47.76%

CMYK

 C value IS 0.88

 M value IS 0.02

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#19D0D5 (or 0x19D0D5) is known color: Dark Turquoise. HEX triplet: 19, D0 and D5. RGB value is (25,208,213). Sum of RGB (Red+Green+Blue) = 25+208+213=446 (59% of max value = 765). Red value is 25 (10.16% from 255 or 5.61% from 446); Green value is 208 (81.64% from 255 or 46.64% from 446); Blue value is 213 (83.59% from 255 or 47.76% from 446); Max value from RGB is 213 - color contains mainly: blue. Hex color #19D0D5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19D0D5 is #E62F2A. Grayscale: #999999. Windows color (decimal): -15085355 or 14012441. OLE color: 14012441.

HSL color Cylindrical-coordinate representation of color #19D0D5: hue angle of 181.6º 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 #19D0D5 is Cyan = 0.88, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 25 208 213 -
CMYK 0.88 0.02 0 0.16
HSL 181.6º 0.79% 0.47% -
HSV(B) 181.6º 0.88% 0.84% -
XYZ 34.97 50.12 70.78 -
YUV 153.85 161.37 36.09 -
System Red Green Blue C M Y K H S L
Decimal 25 208 213 0.88 0.02 0 0.16 181.6 0.79 0.47
Hex 19 D0 D5 58 2 0 10 B6 4F 2F
Octal 31 320 325 130 2 0 20 266 117 57
Binary 11001 11010000 11010101 1011000 10 0 10000 10110110 1001111 101111

Color Harmonies of #19D0D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19D0D5

Black with #19D0D5

Text Example


Text Example

White with #19D0D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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