#19e2cf

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

Shades of Bright Turquoise #19E2CF

Tints of Bright Turquoise #19E2CF

Color information

#19E2CF (or 0x19E2CF) is unknown color: approx Bright Turquoise. HEX triplet: 19, E2 and CF. RGB value is (25,226,207). Sum of RGB (Red+Green+Blue) = 25+226+207=458 (60% of max value = 765). Red value is 25 (10.16% from 255 or 5.46% from 458); Green value is 226 (88.67% from 255 or 49.34% from 458); Blue value is 207 (81.25% from 255 or 45.20% from 458); Max value from RGB is 226 - color contains mainly: green. Hex color #19E2CF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19E2CF is #E61D30. Grayscale: #A3A3A3. Windows color (decimal): -15080753 or 13623833. OLE color: 13623833.

HSL color Cylindrical-coordinate representation of color #19E2CF: hue angle of 174.33º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19E2CF is Cyan = 0.89, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.11.

Color convert

RGB25226207-
CMYK0.8900.080.11
HSL174.33º80.08%49.22%-
HSV(B)174.33º88.94%88.63%-
XYZ38.8659.168.39-
YUV163.74152.4129.04-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 5.46%
GREEN value IS 226 (88.67% from 255) = 49.34%
BLUE value IS 207 (81.25% from 255) = 45.20%
R=5.46%
G=49.34%
B=45.20%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal252262070.8900.080.11174.3380.0849.22
Hex19E2CF5908Bae5031
Octal313423171310101325612061
Binary1100111100010110011111011001010001011101011101010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19e2cf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,226,207); }

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

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

 a { background-color: rgb(25,226,207); }

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

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

 span { border-color: rgb(25,226,207); }

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