#19EADF

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

Shades of Bright Turquoise #19EADF

Tints of Bright Turquoise #19EADF

Color information

#19EADF (or 0x19EADF) is unknown color: approx Bright Turquoise. HEX triplet: 19, EA and DF. RGB value is (25,234,223). Sum of RGB (Red+Green+Blue) = 25+234+223=482 (63% of max value = 765). Red value is 25 (10.16% from 255 or 5.19% from 482); Green value is 234 (91.80% from 255 or 48.55% from 482); Blue value is 223 (87.5% from 255 or 46.27% from 482); Max value from RGB is 234 - color contains mainly: green. Hex color #19EADF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #19EADF is #E61520. Grayscale: #AAAAAA. Windows color (decimal): -15078689 or 14674457. OLE color: 14674457.

HSL color Cylindrical-coordinate representation of color #19EADF: hue angle of 176.84º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19EADF is Cyan = 0.89, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.

Color convert

RGB25234223-
CMYK0.8900.050.08
HSL176.84º83.27%50.78%-
HSV(B)176.84º89.32%91.76%-
XYZ43.1464.3879.96-
YUV170.26157.7624.39-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 5.19%
GREEN value IS 234 (91.80% from 255) = 48.55%
BLUE value IS 223 (87.5% from 255) = 46.27%
R=5.19%
G=48.55%
B=46.27%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal252342230.8900.050.08176.8483.2750.78
Hex19EADF59058b15333
Octal31352337131051026112363
Binary110011110101011011111101100101011000101100011010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19EADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,234,223); }

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

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

 a { background-color: rgb(25,234,223); }

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

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

 span { border-color: rgb(25,234,223); }

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