Html Css Color HEX #19D9DD Bright Turquoise

📋 copy color: '#19D9DD'

red 25 ◦ green 217 ◦ blue 221

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

Shades of Bright Turquoise #19D9DD

Tints of Bright Turquoise #19D9DD

RGB

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

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

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

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

CMYK

 C value IS 0.89

 M value IS 0.02

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

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

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

Color convert

RGB 25 217 221 -
CMYK 0.89 0.02 0 0.13
HSL 181.22º 0.8% 0.48% -
HSV(B) 181.22º 0.89% 0.87% -
XYZ 38.26 55.05 77.02 -
YUV 160.05 162.39 31.67 -
System Red Green Blue C M Y K H S L
Decimal 25 217 221 0.89 0.02 0 0.13 181.22 0.8 0.48
Hex 19 D9 DD 59 2 0 D B5 50 30
Octal 31 331 335 131 2 0 15 265 120 60
Binary 11001 11011001 11011101 1011001 10 0 1101 10110101 1010000 110000

Color Harmonies of #19D9DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19D9DD

Black with #19D9DD

Text Example


Text Example

White with #19D9DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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