#19F1D5

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

Shades of Bright Turquoise #19F1D5

Tints of Bright Turquoise #19F1D5

Color information

#19F1D5 (or 0x19F1D5) is unknown color: approx Bright Turquoise. HEX triplet: 19, F1 and D5. RGB value is (25,241,213). Sum of RGB (Red+Green+Blue) = 25+241+213=479 (63% of max value = 765). Red value is 25 (10.16% from 255 or 5.22% from 479); Green value is 241 (94.53% from 255 or 50.31% from 479); Blue value is 213 (83.59% from 255 or 44.47% from 479); Max value from RGB is 241 - color contains mainly: green. Hex color #19F1D5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #19F1D5 is #E60E2A. Grayscale: #ADADAD. Windows color (decimal): -15076907 or 14020889. OLE color: 14020889.

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

Color convert

RGB25241213-
CMYK0.9000.120.05
HSL172.22º88.52%52.16%-
HSV(B)172.22º89.63%94.51%-
XYZ43.8767.9273.75-
YUV173.22150.4422.28-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 5.22%
GREEN value IS 241 (94.53% from 255) = 50.31%
BLUE value IS 213 (83.59% from 255) = 44.47%
R=5.22%
G=50.31%
B=44.47%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal252412130.9000.120.05172.2288.5252.16
Hex19F1D55A0C5ac5934
Octal31361325132014525413164
Binary110011111000111010101101101001100101101011001011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19F1D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,241,213); }

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

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

 a { background-color: rgb(25,241,213); }

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

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

 span { border-color: rgb(25,241,213); }

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