#19E8D7

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

Shades of Bright Turquoise #19E8D7

Tints of Bright Turquoise #19E8D7

Color information

#19E8D7 (or 0x19E8D7) is unknown color: approx Bright Turquoise. HEX triplet: 19, E8 and D7. RGB value is (25,232,215). Sum of RGB (Red+Green+Blue) = 25+232+215=472 (62% of max value = 765). Red value is 25 (10.16% from 255 or 5.30% from 472); Green value is 232 (91.02% from 255 or 49.15% from 472); Blue value is 215 (84.38% from 255 or 45.55% from 472); Max value from RGB is 232 - color contains mainly: green. Hex color #19E8D7 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #19E8D7 is #E61728. Grayscale: #A8A8A8. Windows color (decimal): -15079209 or 14149657. OLE color: 14149657.

HSL color Cylindrical-coordinate representation of color #19E8D7: hue angle of 175.07º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19E8D7 is Cyan = 0.89, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.09.

Color convert

RGB25232215-
CMYK0.8900.070.09
HSL175.07º81.82%50.39%-
HSV(B)175.07º89.22%90.98%-
XYZ41.5262.8374.23-
YUV168.17154.4225.88-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 5.30%
GREEN value IS 232 (91.02% from 255) = 49.15%
BLUE value IS 215 (84.38% from 255) = 45.55%
R=5.30%
G=49.15%
B=45.55%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal252322150.8900.070.09175.0781.8250.39
Hex19E8D759079af5232
Octal31350327131071125712262
Binary110011110100011010111101100101111001101011111010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19E8D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,232,215); }

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

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

 a { background-color: rgb(25,232,215); }

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

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

 span { border-color: rgb(25,232,215); }

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