#19c6dd

Color #19C6DD Dark Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Turquoise #19C6DD

Tints of Dark Turquoise #19C6DD

Color information

#19C6DD (or 0x19C6DD) is unknown color: approx 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

RGB25198221-
CMYK0.890.1000.13
HSL187.04º79.67%48.24%-
HSV(B)187.04º88.69%86.67%-
XYZ33.6545.8275.48-
YUV148.89168.6939.63-

RGB Variations

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

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 (Cyan) values IS 0.89
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal251982210.890.1000.13187.0479.6748.24
Hex19C6DD59A0Dbb5030
Octal313063351311201527312060
Binary1100111000110110111011011001101001101101110111010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19c6dd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>