#19EFEA

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

Shades of Bright Turquoise #19EFEA

Tints of Bright Turquoise #19EFEA

Color information

#19EFEA (or 0x19EFEA) is unknown color: approx Bright Turquoise. HEX triplet: 19, EF and EA. RGB value is (25,239,234). Sum of RGB (Red+Green+Blue) = 25+239+234=498 (65% of max value = 765). Red value is 25 (10.16% from 255 or 5.02% from 498); Green value is 239 (93.75% from 255 or 47.99% from 498); Blue value is 234 (91.80% from 255 or 46.99% from 498); Max value from RGB is 239 - color contains mainly: green. Hex color #19EFEA is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #19EFEA is #E61015. Grayscale: #AEAEAE. Windows color (decimal): -15077398 or 15396633. OLE color: 15396633.

HSL color Cylindrical-coordinate representation of color #19EFEA: hue angle of 178.6º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19EFEA is Cyan = 0.90, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB25239234-
CMYK0.9000.020.06
HSL178.6º86.99%51.76%-
HSV(B)178.6º89.54%93.73%-
XYZ46.1267.8888.51-
YUV174.44161.621.41-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 5.02%
GREEN value IS 239 (93.75% from 255) = 47.99%
BLUE value IS 234 (91.80% from 255) = 46.99%
R=5.02%
G=47.99%
B=46.99%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal252392340.9000.020.06178.686.9951.76
Hex19EFEA5A026b35734
Octal3135735213202626312764
Binary1100111101111111010101011010010110101100111010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19EFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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