Html Css Color HEX #19DDD1 Bright Turquoise

📋 copy color: '#19DDD1'

red 25 ◦ green 221 ◦ blue 209

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

Shades of Bright Turquoise #19DDD1

Tints of Bright Turquoise #19DDD1

RGB

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

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

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

R = 5.49%
G = 48.57%
B = 45.93%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#19DDD1 (or 0x19DDD1) is known color: Bright Turquoise. HEX triplet: 19, DD and D1. RGB value is (25,221,209). Sum of RGB (Red+Green+Blue) = 25+221+209=455 (60% of max value = 765). Red value is 25 (10.16% from 255 or 5.49% from 455); Green value is 221 (86.72% from 255 or 48.57% from 455); Blue value is 209 (82.03% from 255 or 45.93% from 455); Max value from RGB is 221 - color contains mainly: green. Hex color #19DDD1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19DDD1 is #E6222E. Grayscale: #A0A0A0. Windows color (decimal): -15082031 or 13753625. OLE color: 13753625.

HSL color Cylindrical-coordinate representation of color #19DDD1: hue angle of 176.33º 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 #19DDD1 is Cyan = 0.89, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB 25 221 209 -
CMYK 0.89 0 0.05 0.13
HSL 176.33º 0.8% 0.48% -
HSV(B) 176.33º 0.89% 0.87% -
XYZ 37.77 56.52 69.24 -
YUV 161.03 155.07 30.98 -
System Red Green Blue C M Y K H S L
Decimal 25 221 209 0.89 0 0.05 0.13 176.33 0.8 0.48
Hex 19 DD D1 59 0 5 D B0 50 30
Octal 31 335 321 131 0 5 15 260 120 60
Binary 11001 11011101 11010001 1011001 0 101 1101 10110000 1010000 110000

Color Harmonies of #19DDD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19DDD1

Black with #19DDD1

Text Example


Text Example

White with #19DDD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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