#19F5ED

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

Shades of Bright Turquoise #19F5ED

Tints of Bright Turquoise #19F5ED

Color information

#19F5ED (or 0x19F5ED) is unknown color: approx Bright Turquoise. HEX triplet: 19, F5 and ED. RGB value is (25,245,237). Sum of RGB (Red+Green+Blue) = 25+245+237=507 (67% of max value = 765). Red value is 25 (10.16% from 255 or 4.93% from 507); Green value is 245 (96.09% from 255 or 48.32% from 507); Blue value is 237 (92.97% from 255 or 46.75% from 507); Max value from RGB is 245 - color contains mainly: green. Hex color #19F5ED is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #19F5ED is #E60A12. Grayscale: #B2B2B2. Windows color (decimal): -15075859 or 15594777. OLE color: 15594777.

HSL color Cylindrical-coordinate representation of color #19F5ED: hue angle of 177.82º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19F5ED is Cyan = 0.90, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.

Color convert

RGB25245237-
CMYK0.9000.030.04
HSL177.82º91.67%52.94%-
HSV(B)177.82º89.8%96.08%-
XYZ48.3471.6391.4-
YUV178.31161.1118.65-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 4.93%
GREEN value IS 245 (96.09% from 255) = 48.32%
BLUE value IS 237 (92.97% from 255) = 46.75%
R=4.93%
G=48.32%
B=46.75%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal252452370.9000.030.04177.8291.6752.94
Hex19F5ED5A034b25c35
Octal3136535513203426213465
Binary1100111110101111011011011010011100101100101011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19F5ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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