Html Css Color HEX #19DADD Bright Turquoise

📋 copy color: '#19DADD'

red 25 ◦ green 218 ◦ blue 221

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

Shades of Bright Turquoise #19DADD

Tints of Bright Turquoise #19DADD

RGB

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

 GREEN value IS 218 (85.55% from 255) = 46.98%

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

R = 5.39%
G = 46.98%
B = 47.63%

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

#19DADD (or 0x19DADD) is known color: Bright Turquoise. HEX triplet: 19, DA and DD. RGB value is (25,218,221). Sum of RGB (Red+Green+Blue) = 25+218+221=464 (61% of max value = 765). Red value is 25 (10.16% from 255 or 5.39% from 464); Green value is 218 (85.55% from 255 or 46.98% from 464); Blue value is 221 (86.72% from 255 or 47.63% from 464); Max value from RGB is 221 - color contains mainly: blue. Hex color #19DADD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19DADD is #E62522. Grayscale: #A0A0A0. Windows color (decimal): -15082787 or 14539289. OLE color: 14539289.

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

Color convert

RGB 25 218 221 -
CMYK 0.89 0.01 0 0.13
HSL 180.92º 0.8% 0.48% -
HSV(B) 180.92º 0.89% 0.87% -
XYZ 38.52 55.57 77.1 -
YUV 160.64 162.06 31.26 -
System Red Green Blue C M Y K H S L
Decimal 25 218 221 0.89 0.01 0 0.13 180.92 0.8 0.48
Hex 19 DA DD 59 1 0 D B5 50 30
Octal 31 332 335 131 1 0 15 265 120 60
Binary 11001 11011010 11011101 1011001 1 0 1101 10110101 1010000 110000

Color Harmonies of #19DADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19DADD

Black with #19DADD

Text Example


Text Example

White with #19DADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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