#19F7CD

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

Shades of Bright Turquoise #19F7CD

Tints of Bright Turquoise #19F7CD

Color information

#19F7CD (or 0x19F7CD) is unknown color: approx Bright Turquoise. HEX triplet: 19, F7 and CD. RGB value is (25,247,205). Sum of RGB (Red+Green+Blue) = 25+247+205=477 (63% of max value = 765). Red value is 25 (10.16% from 255 or 5.24% from 477); Green value is 247 (96.88% from 255 or 51.78% from 477); Blue value is 205 (80.47% from 255 or 42.98% from 477); Max value from RGB is 247 - color contains mainly: green. Hex color #19F7CD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #19F7CD is #E60832. Grayscale: #AFAFAF. Windows color (decimal): -15075379 or 13498137. OLE color: 13498137.

HSL color Cylindrical-coordinate representation of color #19F7CD: hue angle of 168.65º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19F7CD is Cyan = 0.90, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB25247205-
CMYK0.9000.170.03
HSL168.65º93.28%53.33%-
HSV(B)168.65º89.88%96.86%-
XYZ44.6871.1469.13-
YUV175.83144.4520.42-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 5.24%
GREEN value IS 247 (96.88% from 255) = 51.78%
BLUE value IS 205 (80.47% from 255) = 42.98%
R=5.24%
G=51.78%
B=42.98%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal252472050.9000.170.03168.6593.2853.33
Hex19F7CD5A0113a95d35
Octal31367315132021325113565
Binary110011111011111001101101101001000111101010011011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19F7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,247,205); }

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

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

 a { background-color: rgb(25,247,205); }

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

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

 span { border-color: rgb(25,247,205); }

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