#19FAEA

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

Shades of Bright Turquoise #19FAEA

Tints of Bright Turquoise #19FAEA

Color information

#19FAEA (or 0x19FAEA) is unknown color: approx Bright Turquoise. HEX triplet: 19, FA and EA. RGB value is (25,250,234). Sum of RGB (Red+Green+Blue) = 25+250+234=509 (67% of max value = 765). Red value is 25 (10.16% from 255 or 4.91% from 509); Green value is 250 (98.05% from 255 or 49.12% from 509); Blue value is 234 (91.80% from 255 or 45.97% from 509); Max value from RGB is 250 - color contains mainly: green. Hex color #19FAEA is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #19FAEA is #E60515. Grayscale: #B4B4B4. Windows color (decimal): -15074582 or 15399449. OLE color: 15399449.

HSL color Cylindrical-coordinate representation of color #19FAEA: hue angle of 175.73º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19FAEA is Cyan = 0.9, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB25250234-
CMYK0.900.060.02
HSL175.73º95.74%53.92%-
HSV(B)175.73º90%98.04%-
XYZ49.4474.5289.62-
YUV180.9157.9616.8-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 4.91%
GREEN value IS 250 (98.05% from 255) = 49.12%
BLUE value IS 234 (91.80% from 255) = 45.97%
R=4.91%
G=49.12%
B=45.97%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal252502340.900.060.02175.7395.7453.92
Hex19FAEA5A062b06036
Octal3137235213206226014066
Binary1100111111010111010101011010011010101100001100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19FAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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