#19F5D1

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

Shades of Bright Turquoise #19F5D1

Tints of Bright Turquoise #19F5D1

Color information

#19F5D1 (or 0x19F5D1) is unknown color: approx Bright Turquoise. HEX triplet: 19, F5 and D1. RGB value is (25,245,209). Sum of RGB (Red+Green+Blue) = 25+245+209=479 (63% of max value = 765). Red value is 25 (10.16% from 255 or 5.22% from 479); Green value is 245 (96.09% from 255 or 51.15% from 479); Blue value is 209 (82.03% from 255 or 43.63% from 479); Max value from RGB is 245 - color contains mainly: green. Hex color #19F5D1 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #19F5D1 is #E60A2E. Grayscale: #AFAFAF. Windows color (decimal): -15075887 or 13759769. OLE color: 13759769.

HSL color Cylindrical-coordinate representation of color #19F5D1: hue angle of 170.18º 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 #19F5D1 is Cyan = 0.90, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.04.

Color convert

RGB25245209-
CMYK0.9000.150.04
HSL170.18º91.67%52.94%-
HSV(B)170.18º89.8%96.08%-
XYZ44.5670.1171.51-
YUV175.12147.1120.93-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 5.22%
GREEN value IS 245 (96.09% from 255) = 51.15%
BLUE value IS 209 (82.03% from 255) = 43.63%
R=5.22%
G=51.15%
B=43.63%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal252452090.9000.150.04170.1891.6752.94
Hex19F5D15A0F4aa5c35
Octal31365321132017425213465
Binary110011111010111010001101101001111100101010101011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19F5D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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