Html Css Color HEX #19C6DD Dark Turquoise

📋 copy color: '#19C6DD'

red 25 ◦ green 198 ◦ blue 221

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

Shades of Dark Turquoise #19C6DD

Tints of Dark Turquoise #19C6DD

RGB

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

 GREEN value IS 198 (77.73% from 255) = 44.59%

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

R = 5.63%
G = 44.59%
B = 49.77%

CMYK

 C value IS 0.89

 M value IS 0.10

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#19C6DD (or 0x19C6DD) is known color: Dark Turquoise. HEX triplet: 19, C6 and DD. RGB value is (25,198,221). Sum of RGB (Red+Green+Blue) = 25+198+221=444 (58% of max value = 765). Red value is 25 (10.16% from 255 or 5.63% from 444); Green value is 198 (77.73% from 255 or 44.59% from 444); Blue value is 221 (86.72% from 255 or 49.77% from 444); Max value from RGB is 221 - color contains mainly: blue. Hex color #19C6DD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19C6DD is #E63922. Grayscale: #949494. Windows color (decimal): -15087907 or 14534169. OLE color: 14534169.

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

Color convert

RGB 25 198 221 -
CMYK 0.89 0.10 0 0.13
HSL 187.04º 0.8% 0.48% -
HSV(B) 187.04º 0.89% 0.87% -
XYZ 33.65 45.82 75.48 -
YUV 148.9 168.69 39.63 -
System Red Green Blue C M Y K H S L
Decimal 25 198 221 0.89 0.10 0 0.13 187.04 0.8 0.48
Hex 19 C6 DD 59 A 0 D BB 50 30
Octal 31 306 335 131 12 0 15 273 120 60
Binary 11001 11000110 11011101 1011001 1010 0 1101 10111011 1010000 110000

Color Harmonies of #19C6DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19C6DD

Black with #19C6DD

Text Example


Text Example

White with #19C6DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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