#19ECBF

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

Shades of Bright Turquoise #19ECBF

Tints of Bright Turquoise #19ECBF

Color information

#19ECBF (or 0x19ECBF) is unknown color: approx Bright Turquoise. HEX triplet: 19, EC and BF. RGB value is (25,236,191). Sum of RGB (Red+Green+Blue) = 25+236+191=452 (59% of max value = 765). Red value is 25 (10.16% from 255 or 5.53% from 452); Green value is 236 (92.58% from 255 or 52.21% from 452); Blue value is 191 (75% from 255 or 42.26% from 452); Max value from RGB is 236 - color contains mainly: green. Hex color #19ECBF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #19ECBF is #E61340. Grayscale: #A7A7A7. Windows color (decimal): -15078209 or 12577817. OLE color: 12577817.

HSL color Cylindrical-coordinate representation of color #19ECBF: hue angle of 167.2º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19ECBF is Cyan = 0.89, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB25236191-
CMYK0.8900.190.07
HSL167.2º84.74%51.18%-
HSV(B)167.2º89.41%92.55%-
XYZ39.863.9659.54-
YUV167.78141.126.16-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 5.53%
GREEN value IS 236 (92.58% from 255) = 52.21%
BLUE value IS 191 (75% from 255) = 42.26%
R=5.53%
G=52.21%
B=42.26%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal252361910.8900.190.07167.284.7451.18
Hex19ECBF590137a75533
Octal31354277131023724712563
Binary1100111101100101111111011001010011111101001111010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19ECBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,236,191); }

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

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

 a { background-color: rgb(25,236,191); }

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

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

 span { border-color: rgb(25,236,191); }

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