#19FED9

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

Shades of Bright Turquoise #19FED9

Tints of Bright Turquoise #19FED9

Color information

#19FED9 (or 0x19FED9) is unknown color: approx Bright Turquoise. HEX triplet: 19, FE and D9. RGB value is (25,254,217). Sum of RGB (Red+Green+Blue) = 25+254+217=496 (65% of max value = 765). Red value is 25 (10.16% from 255 or 5.04% from 496); Green value is 254 (99.61% from 255 or 51.21% from 496); Blue value is 217 (85.16% from 255 or 43.75% from 496); Max value from RGB is 254 - color contains mainly: green. Hex color #19FED9 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #19FED9 is #E60126. Grayscale: #B5B5B5. Windows color (decimal): -15073575 or 14286361. OLE color: 14286361.

HSL color Cylindrical-coordinate representation of color #19FED9: hue angle of 170.31º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19FED9 is Cyan = 0.90, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.00.

Color convert

RGB25254217-
CMYK0.9000.150.00
HSL170.31º99.13%54.71%-
HSV(B)170.31º90.16%99.61%-
XYZ48.3776.177.79-
YUV181.31148.1316.51-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 5.04%
GREEN value IS 254 (99.61% from 255) = 51.21%
BLUE value IS 217 (85.16% from 255) = 43.75%
R=5.04%
G=51.21%
B=43.75%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal252542170.9000.150.00170.3199.1354.71
Hex19FED95A0F0aa6337
Octal31376331132017025214367
Binary1100111111110110110011011010011110101010101100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19FED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,254,217); }

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

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

 a { background-color: rgb(25,254,217); }

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

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

 span { border-color: rgb(25,254,217); }

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