#19F5C7

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

Shades of Bright Turquoise #19F5C7

Tints of Bright Turquoise #19F5C7

Color information

#19F5C7 (or 0x19F5C7) is unknown color: approx Bright Turquoise. HEX triplet: 19, F5 and C7. RGB value is (25,245,199). Sum of RGB (Red+Green+Blue) = 25+245+199=469 (62% of max value = 765). Red value is 25 (10.16% from 255 or 5.33% from 469); Green value is 245 (96.09% from 255 or 52.24% from 469); Blue value is 199 (78.12% from 255 or 42.43% from 469); Max value from RGB is 245 - color contains mainly: green. Hex color #19F5C7 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #19F5C7 is #E60A38. Grayscale: #ADADAD. Windows color (decimal): -15075897 or 13104409. OLE color: 13104409.

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

Color convert

RGB25245199-
CMYK0.9000.190.04
HSL167.45º91.67%52.94%-
HSV(B)167.45º89.8%96.08%-
XYZ43.3669.6465.19-
YUV173.98142.1121.74-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 5.33%
GREEN value IS 245 (96.09% from 255) = 52.24%
BLUE value IS 199 (78.12% from 255) = 42.43%
R=5.33%
G=52.24%
B=42.43%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal252451990.9000.190.04167.4591.6752.94
Hex19F5C75A0134a75c35
Octal31365307132023424713465
Binary1100111110101110001111011010010011100101001111011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19F5C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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