#19F7C3

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

Shades of Bright Turquoise #19F7C3

Tints of Bright Turquoise #19F7C3

Color information

#19F7C3 (or 0x19F7C3) is unknown color: approx Bright Turquoise. HEX triplet: 19, F7 and C3. RGB value is (25,247,195). Sum of RGB (Red+Green+Blue) = 25+247+195=467 (61% of max value = 765). Red value is 25 (10.16% from 255 or 5.35% from 467); Green value is 247 (96.88% from 255 or 52.89% from 467); Blue value is 195 (76.56% from 255 or 41.76% from 467); Max value from RGB is 247 - color contains mainly: green. Hex color #19F7C3 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #19F7C3 is #E6083C. Grayscale: #AEAEAE. Windows color (decimal): -15075389 or 12842777. OLE color: 12842777.

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

Color convert

RGB25247195-
CMYK0.9000.210.03
HSL165.95º93.28%53.33%-
HSV(B)165.95º89.88%96.86%-
XYZ43.5170.6762.98-
YUV174.69139.4521.23-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 5.35%
GREEN value IS 247 (96.88% from 255) = 52.89%
BLUE value IS 195 (76.56% from 255) = 41.76%
R=5.35%
G=52.89%
B=41.76%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal252471950.9000.210.03165.9593.2853.33
Hex19F7C35A0153a65d35
Octal31367303132025324613565
Binary110011111011111000011101101001010111101001101011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19F7C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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