Html Css Color HEX #19DBDD Bright Turquoise

📋 copy color: '#19DBDD'

red 25 ◦ green 219 ◦ blue 221

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

Shades of Bright Turquoise #19DBDD

Tints of Bright Turquoise #19DBDD

RGB

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

 GREEN value IS 219 (85.94% from 255) = 47.1%

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

R = 5.38%
G = 47.1%
B = 47.53%

CMYK

 C value IS 0.89

 M value IS 0.01

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#19DBDD (or 0x19DBDD) is known color: Bright Turquoise. HEX triplet: 19, DB and DD. RGB value is (25,219,221). Sum of RGB (Red+Green+Blue) = 25+219+221=465 (61% of max value = 765). Red value is 25 (10.16% from 255 or 5.38% from 465); Green value is 219 (85.94% from 255 or 47.10% from 465); Blue value is 221 (86.72% from 255 or 47.53% from 465); Max value from RGB is 221 - color contains mainly: blue. Hex color #19DBDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19DBDD is #E62422. Grayscale: #A1A1A1. Windows color (decimal): -15082531 or 14539545. OLE color: 14539545.

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

Color convert

RGB 25 219 221 -
CMYK 0.89 0.01 0 0.13
HSL 180.61º 0.8% 0.48% -
HSV(B) 180.61º 0.89% 0.87% -
XYZ 38.78 56.09 77.19 -
YUV 161.22 161.73 30.84 -
System Red Green Blue C M Y K H S L
Decimal 25 219 221 0.89 0.01 0 0.13 180.61 0.8 0.48
Hex 19 DB DD 59 1 0 D B5 50 30
Octal 31 333 335 131 1 0 15 265 120 60
Binary 11001 11011011 11011101 1011001 1 0 1101 10110101 1010000 110000

Color Harmonies of #19DBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19DBDD

Black with #19DBDD

Text Example


Text Example

White with #19DBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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