Html Css Color HEX #19CCDD Dark Turquoise

📋 copy color: '#19CCDD'

red 25 ◦ green 204 ◦ blue 221

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

Shades of Dark Turquoise #19CCDD

Tints of Dark Turquoise #19CCDD

RGB

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

 GREEN value IS 204 (80.08% from 255) = 45.33%

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

R = 5.56%
G = 45.33%
B = 49.11%

CMYK

 C value IS 0.89

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#19CCDD (or 0x19CCDD) is known color: Dark Turquoise. HEX triplet: 19, CC and DD. RGB value is (25,204,221). Sum of RGB (Red+Green+Blue) = 25+204+221=450 (59% of max value = 765). Red value is 25 (10.16% from 255 or 5.56% from 450); Green value is 204 (80.08% from 255 or 45.33% from 450); Blue value is 221 (86.72% from 255 or 49.11% from 450); Max value from RGB is 221 - color contains mainly: blue. Hex color #19CCDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19CCDD is #E63322. Grayscale: #989898. Windows color (decimal): -15086371 or 14535705. OLE color: 14535705.

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

Color convert

RGB 25 204 221 -
CMYK 0.89 0.08 0 0.13
HSL 185.2º 0.8% 0.48% -
HSV(B) 185.2º 0.89% 0.87% -
XYZ 35.04 48.61 75.94 -
YUV 152.42 166.7 37.12 -
System Red Green Blue C M Y K H S L
Decimal 25 204 221 0.89 0.08 0 0.13 185.2 0.8 0.48
Hex 19 CC DD 59 8 0 D B9 50 30
Octal 31 314 335 131 10 0 15 271 120 60
Binary 11001 11001100 11011101 1011001 1000 0 1101 10111001 1010000 110000

Color Harmonies of #19CCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19CCDD

Black with #19CCDD

Text Example


Text Example

White with #19CCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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