#19ECC0

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

Shades of Bright Turquoise #19ECC0

Tints of Bright Turquoise #19ECC0

Color information

#19ECC0 (or 0x19ECC0) is unknown color: approx Bright Turquoise. HEX triplet: 19, EC and C0. RGB value is (25,236,192). Sum of RGB (Red+Green+Blue) = 25+236+192=453 (60% of max value = 765). Red value is 25 (10.16% from 255 or 5.52% from 453); Green value is 236 (92.58% from 255 or 52.10% from 453); Blue value is 192 (75.39% from 255 or 42.38% from 453); Max value from RGB is 236 - color contains mainly: green. Hex color #19ECC0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #19ECC0 is #E6133F. Grayscale: #A7A7A7. Windows color (decimal): -15078208 or 12643353. OLE color: 12643353.

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

Color convert

RGB25236192-
CMYK0.8900.190.07
HSL167.49º84.74%51.18%-
HSV(B)167.49º89.41%92.55%-
XYZ39.916460.12-
YUV167.9141.626.08-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 5.52%
GREEN value IS 236 (92.58% from 255) = 52.10%
BLUE value IS 192 (75.39% from 255) = 42.38%
R=5.52%
G=52.10%
B=42.38%

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
Decimal252361920.8900.190.07167.4984.7451.18
Hex19ECC0590137a75533
Octal31354300131023724712563
Binary1100111101100110000001011001010011111101001111010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19ECC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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