#19E1F0

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

Shades of Bright Turquoise #19E1F0

Tints of Bright Turquoise #19E1F0

Color information

#19E1F0 (or 0x19E1F0) is unknown color: approx Bright Turquoise. HEX triplet: 19, E1 and F0. RGB value is (25,225,240). Sum of RGB (Red+Green+Blue) = 25+225+240=490 (64% of max value = 765). Red value is 25 (10.16% from 255 or 5.10% from 490); Green value is 225 (88.28% from 255 or 45.92% from 490); Blue value is 240 (94.14% from 255 or 48.98% from 490); Max value from RGB is 240 - color contains mainly: blue. Hex color #19E1F0 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19E1F0 is #E61E0F. Grayscale: #A6A6A6. Windows color (decimal): -15080976 or 15786265. OLE color: 15786265.

HSL color Cylindrical-coordinate representation of color #19E1F0: hue angle of 184.19º degrees, saturation: 0.88, 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 #19E1F0 is Cyan = 0.90, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB25225240-
CMYK0.900.0600.06
HSL184.19º87.76%51.96%-
HSV(B)184.19º89.58%94.12%-
XYZ43.0560.3591.82-
YUV166.91169.2426.78-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 5.10%
GREEN value IS 225 (88.28% from 255) = 45.92%
BLUE value IS 240 (94.14% from 255) = 48.98%
R=5.10%
G=45.92%
B=48.98%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal252252400.900.0600.06184.1987.7651.96
Hex19E1F05A606b85834
Octal3134136013260627013064
Binary11001111000011111000010110101100110101110001011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19E1F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,225,240); }

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

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

 a { background-color: rgb(25,225,240); }

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

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

 span { border-color: rgb(25,225,240); }

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