#19E8ED

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

Shades of Bright Turquoise #19E8ED

Tints of Bright Turquoise #19E8ED

Color information

#19E8ED (or 0x19E8ED) is unknown color: approx Bright Turquoise. HEX triplet: 19, E8 and ED. RGB value is (25,232,237). Sum of RGB (Red+Green+Blue) = 25+232+237=494 (65% of max value = 765). Red value is 25 (10.16% from 255 or 5.06% from 494); Green value is 232 (91.02% from 255 or 46.96% from 494); Blue value is 237 (92.97% from 255 or 47.98% from 494); Max value from RGB is 237 - color contains mainly: blue. Hex color #19E8ED is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #19E8ED is #E61712. Grayscale: #AAAAAA. Windows color (decimal): -15079187 or 15591449. OLE color: 15591449.

HSL color Cylindrical-coordinate representation of color #19E8ED: hue angle of 181.42º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19E8ED is Cyan = 0.89, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB25232237-
CMYK0.890.0200.07
HSL181.42º85.48%51.37%-
HSV(B)181.42º89.45%92.94%-
XYZ44.5464.0390.13-
YUV170.68165.4224.09-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 5.06%
GREEN value IS 232 (91.02% from 255) = 46.96%
BLUE value IS 237 (92.97% from 255) = 47.98%
R=5.06%
G=46.96%
B=47.98%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal252322370.890.0200.07181.4285.4851.37
Hex19E8ED59207b55533
Octal3135035513120726512563
Binary1100111101000111011011011001100111101101011010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19E8ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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