Html Css Color HEX #19DDD9 Bright Turquoise

📋 copy color: '#19DDD9'

red 25 ◦ green 221 ◦ blue 217

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

Shades of Bright Turquoise #19DDD9

Tints of Bright Turquoise #19DDD9

RGB

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

 GREEN value IS 221 (86.72% from 255) = 47.73%

 BLUE value IS 217 (85.16% from 255) = 46.87%

R = 5.4%
G = 47.73%
B = 46.87%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#19DDD9 (or 0x19DDD9) is known color: Bright Turquoise. HEX triplet: 19, DD and D9. RGB value is (25,221,217). Sum of RGB (Red+Green+Blue) = 25+221+217=463 (61% of max value = 765). Red value is 25 (10.16% from 255 or 5.40% from 463); Green value is 221 (86.72% from 255 or 47.73% from 463); Blue value is 217 (85.16% from 255 or 46.87% from 463); Max value from RGB is 221 - color contains mainly: green. Hex color #19DDD9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19DDD9 is #E62226. Grayscale: #A1A1A1. Windows color (decimal): -15082023 or 14277913. OLE color: 14277913.

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

Color convert

RGB 25 221 217 -
CMYK 0.89 0 0.02 0.13
HSL 178.78º 0.8% 0.48% -
HSV(B) 178.78º 0.89% 0.87% -
XYZ 38.78 56.93 74.59 -
YUV 161.94 159.07 30.33 -
System Red Green Blue C M Y K H S L
Decimal 25 221 217 0.89 0 0.02 0.13 178.78 0.8 0.48
Hex 19 DD D9 59 0 2 D B3 50 30
Octal 31 335 331 131 0 2 15 263 120 60
Binary 11001 11011101 11011001 1011001 0 10 1101 10110011 1010000 110000

Color Harmonies of #19DDD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19DDD9

Black with #19DDD9

Text Example


Text Example

White with #19DDD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,221,217); }

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

background-color css

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

 a { background-color: rgb(25,221,217); }

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

border-color css

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

 span { border-color: rgb(25,221,217); }

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