Html Css Color HEX #19CADD Dark Turquoise

📋 copy color: '#19CADD'

red 25 ◦ green 202 ◦ blue 221

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

Shades of Dark Turquoise #19CADD

Tints of Dark Turquoise #19CADD

RGB

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

 GREEN value IS 202 (79.3% from 255) = 45.09%

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

R = 5.58%
G = 45.09%
B = 49.33%

CMYK

 C value IS 0.89

 M value IS 0.09

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#19CADD (or 0x19CADD) is known color: Dark Turquoise. HEX triplet: 19, CA and DD. RGB value is (25,202,221). Sum of RGB (Red+Green+Blue) = 25+202+221=448 (59% of max value = 765). Red value is 25 (10.16% from 255 or 5.58% from 448); Green value is 202 (79.30% from 255 or 45.09% from 448); Blue value is 221 (86.72% from 255 or 49.33% from 448); Max value from RGB is 221 - color contains mainly: blue. Hex color #19CADD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19CADD is #E63522. Grayscale: #969696. Windows color (decimal): -15086883 or 14535193. OLE color: 14535193.

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

Color convert

RGB 25 202 221 -
CMYK 0.89 0.09 0 0.13
HSL 185.82º 0.8% 0.48% -
HSV(B) 185.82º 0.89% 0.87% -
XYZ 34.57 47.67 75.79 -
YUV 151.24 167.36 37.96 -
System Red Green Blue C M Y K H S L
Decimal 25 202 221 0.89 0.09 0 0.13 185.82 0.8 0.48
Hex 19 CA DD 59 9 0 D BA 50 30
Octal 31 312 335 131 11 0 15 272 120 60
Binary 11001 11001010 11011101 1011001 1001 0 1101 10111010 1010000 110000

Color Harmonies of #19CADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19CADD

Black with #19CADD

Text Example


Text Example

White with #19CADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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