#19DDD4

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

Shades of Bright Turquoise #19DDD4

Tints of Bright Turquoise #19DDD4

Color information

#19DDD4 (or 0x19DDD4) is unknown color: approx Bright Turquoise. HEX triplet: 19, DD and D4. RGB value is (25,221,212). Sum of RGB (Red+Green+Blue) = 25+221+212=458 (60% of max value = 765). Red value is 25 (10.16% from 255 or 5.46% from 458); Green value is 221 (86.72% from 255 or 48.25% from 458); Blue value is 212 (83.20% from 255 or 46.29% from 458); Max value from RGB is 221 - color contains mainly: green. Hex color #19DDD4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19DDD4 is #E6222B. Grayscale: #A1A1A1. Windows color (decimal): -15082028 or 13950233. OLE color: 13950233.

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

Color convert

RGB25221212-
CMYK0.8900.040.13
HSL177.24º79.67%48.24%-
HSV(B)177.24º88.69%86.67%-
XYZ38.1456.6771.22-
YUV161.37156.5730.73-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 5.46%
GREEN value IS 221 (86.72% from 255) = 48.25%
BLUE value IS 212 (83.20% from 255) = 46.29%
R=5.46%
G=48.25%
B=46.29%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal252212120.8900.040.13177.2479.6748.24
Hex19DDD45904Db15030
Octal31335324131041526112060
Binary110011101110111010100101100101001101101100011010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19DDD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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