#19EDE8

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

Shades of Bright Turquoise #19EDE8

Tints of Bright Turquoise #19EDE8

Color information

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

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

Color convert

RGB25237232-
CMYK0.8900.020.07
HSL178.58º85.48%51.37%-
HSV(B)178.58º89.45%92.94%-
XYZ45.2566.686.81-
YUV173.04161.2622.41-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal252372320.8900.020.07178.5885.4851.37
Hex19EDE859027b35533
Octal3135535013102726312563
Binary1100111101101111010001011001010111101100111010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19EDE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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