#19F5D3

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

Shades of Bright Turquoise #19F5D3

Tints of Bright Turquoise #19F5D3

Color information

#19F5D3 (or 0x19F5D3) is unknown color: approx Bright Turquoise. HEX triplet: 19, F5 and D3. RGB value is (25,245,211). Sum of RGB (Red+Green+Blue) = 25+245+211=481 (63% of max value = 765). Red value is 25 (10.16% from 255 or 5.20% from 481); Green value is 245 (96.09% from 255 or 50.94% from 481); Blue value is 211 (82.81% from 255 or 43.87% from 481); Max value from RGB is 245 - color contains mainly: green. Hex color #19F5D3 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #19F5D3 is #E60A2C. Grayscale: #AFAFAF. Windows color (decimal): -15075885 or 13890841. OLE color: 13890841.

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

Color convert

RGB25245211-
CMYK0.9000.140.04
HSL170.73º91.67%52.94%-
HSV(B)170.73º89.8%96.08%-
XYZ44.8170.2172.82-
YUV175.34148.1120.76-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 5.20%
GREEN value IS 245 (96.09% from 255) = 50.94%
BLUE value IS 211 (82.81% from 255) = 43.87%
R=5.20%
G=50.94%
B=43.87%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal252452110.9000.140.04170.7391.6752.94
Hex19F5D35A0E4ab5c35
Octal31365323132016425313465
Binary110011111010111010011101101001110100101010111011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19F5D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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