#19DCCC

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

Shades of Bright Turquoise #19DCCC

Tints of Bright Turquoise #19DCCC

Color information

#19DCCC (or 0x19DCCC) is unknown color: approx Bright Turquoise. HEX triplet: 19, DC and CC. RGB value is (25,220,204). Sum of RGB (Red+Green+Blue) = 25+220+204=449 (59% of max value = 765). Red value is 25 (10.16% from 255 or 5.57% from 449); Green value is 220 (86.33% from 255 or 49.00% from 449); Blue value is 204 (80.08% from 255 or 45.43% from 449); Max value from RGB is 220 - color contains mainly: green. Hex color #19DCCC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19DCCC is #E62333. Grayscale: #9F9F9F. Windows color (decimal): -15082292 or 13425689. OLE color: 13425689.

HSL color Cylindrical-coordinate representation of color #19DCCC: hue angle of 175.08º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19DCCC is Cyan = 0.89, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB25220204-
CMYK0.8900.070.14
HSL175.08º79.59%48.04%-
HSV(B)175.08º88.64%86.27%-
XYZ36.8955.7565.94-
YUV159.87152.931.8-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 5.57%
GREEN value IS 220 (86.33% from 255) = 49.00%
BLUE value IS 204 (80.08% from 255) = 45.43%
R=5.57%
G=49.00%
B=45.43%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal252202040.8900.070.14175.0879.5948.04
Hex19DCCC5907Eaf5030
Octal31334314131071625712060
Binary110011101110011001100101100101111110101011111010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19DCCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #19DCCC;
 }
 .AnyTagClassName
 {
   color: #19DCCC;
 }
</style>
background-color css

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

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

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

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

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

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