#19E5F2

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

Shades of Bright Turquoise #19E5F2

Tints of Bright Turquoise #19E5F2

Color information

#19E5F2 (or 0x19E5F2) is unknown color: approx Bright Turquoise. HEX triplet: 19, E5 and F2. RGB value is (25,229,242). Sum of RGB (Red+Green+Blue) = 25+229+242=496 (65% of max value = 765). Red value is 25 (10.16% from 255 or 5.04% from 496); Green value is 229 (89.84% from 255 or 46.17% from 496); Blue value is 242 (94.92% from 255 or 48.79% from 496); Max value from RGB is 242 - color contains mainly: blue. Hex color #19E5F2 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19E5F2 is #E61A0D. Grayscale: #A9A9A9. Windows color (decimal): -15079950 or 15918361. OLE color: 15918361.

HSL color Cylindrical-coordinate representation of color #19E5F2: hue angle of 183.59º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19E5F2 is Cyan = 0.90, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB25229242-
CMYK0.900.0500.05
HSL183.59º89.3%52.35%-
HSV(B)183.59º89.67%94.9%-
XYZ44.4562.6693.76-
YUV169.49168.9124.94-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 5.04%
GREEN value IS 229 (89.84% from 255) = 46.17%
BLUE value IS 242 (94.92% from 255) = 48.79%
R=5.04%
G=46.17%
B=48.79%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal252292420.900.0500.05183.5989.352.35
Hex19E5F25A505b85934
Octal3134536213250527013164
Binary11001111001011111001010110101010101101110001011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19E5F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,229,242); }

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

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

 a { background-color: rgb(25,229,242); }

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

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

 span { border-color: rgb(25,229,242); }

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