#19FFE0

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

Shades of Bright Turquoise #19FFE0

Tints of Bright Turquoise #19FFE0

Color information

#19FFE0 (or 0x19FFE0) is unknown color: approx Bright Turquoise. HEX triplet: 19, FF and E0. RGB value is (25,255,224). Sum of RGB (Red+Green+Blue) = 25+255+224=504 (66% of max value = 765). Red value is 25 (10.16% from 255 or 4.96% from 504); Green value is 255 (100% from 255 or 50.60% from 504); Blue value is 224 (87.89% from 255 or 44.44% from 504); Max value from RGB is 255 - color contains mainly: green. Hex color #19FFE0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #19FFE0 is #E6001F. Grayscale: #B6B6B6. Windows color (decimal): -15073312 or 14745369. OLE color: 14745369.

HSL color Cylindrical-coordinate representation of color #19FFE0: hue angle of 171.91º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19FFE0 is Cyan = 0.90, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.

Color convert

RGB25255224-
CMYK0.9000.120
HSL171.91º100%54.9%-
HSV(B)171.91º90.2%100%-
XYZ49.6277.1182.79-
YUV182.7151.315.52-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 4.96%
GREEN value IS 255 (100% from 255) = 50.60%
BLUE value IS 224 (87.89% from 255) = 44.44%
R=4.96%
G=50.60%
B=44.44%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal252552240.9000.120171.9110054.9
Hex19FFE05A0C0ac6437
Octal31377340132014025414467
Binary1100111111111111000001011010011000101011001100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19FFE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,255,224); }

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

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

 a { background-color: rgb(25,255,224); }

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

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

 span { border-color: rgb(25,255,224); }

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