#19E1F3

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

Shades of Bright Turquoise #19E1F3

Tints of Bright Turquoise #19E1F3

Color information

#19E1F3 (or 0x19E1F3) is unknown color: approx Bright Turquoise. HEX triplet: 19, E1 and F3. RGB value is (25,225,243). Sum of RGB (Red+Green+Blue) = 25+225+243=493 (65% of max value = 765). Red value is 25 (10.16% from 255 or 5.07% from 493); Green value is 225 (88.28% from 255 or 45.64% from 493); Blue value is 243 (95.31% from 255 or 49.29% from 493); Max value from RGB is 243 - color contains mainly: blue. Hex color #19E1F3 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19E1F3 is #E61E0C. Grayscale: #A6A6A6. Windows color (decimal): -15080973 or 15982873. OLE color: 15982873.

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

Color convert

RGB25225243-
CMYK0.900.0700.05
HSL184.95º90.08%52.55%-
HSV(B)184.95º89.71%95.29%-
XYZ43.560.5394.18-
YUV167.25170.7426.54-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 5.07%
GREEN value IS 225 (88.28% from 255) = 45.64%
BLUE value IS 243 (95.31% from 255) = 49.29%
R=5.07%
G=45.64%
B=49.29%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal252252430.900.0700.05184.9590.0852.55
Hex19E1F35A705b95a35
Octal3134136313270527113265
Binary11001111000011111001110110101110101101110011011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19E1F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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