#28E1C0

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

Shades of Turquoise #28E1C0

Tints of Turquoise #28E1C0

Color information

#28E1C0 (or 0x28E1C0) is unknown color: approx Turquoise. HEX triplet: 28, E1 and C0. RGB value is (40,225,192). Sum of RGB (Red+Green+Blue) = 40+225+192=457 (60% of max value = 765). Red value is 40 (16.02% from 255 or 8.75% from 457); Green value is 225 (88.28% from 255 or 49.23% from 457); Blue value is 192 (75.39% from 255 or 42.01% from 457); Max value from RGB is 225 - color contains mainly: green. Hex color #28E1C0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28E1C0 is #D71E3F. Grayscale: #A5A5A5. Windows color (decimal): -14097984 or 12640552. OLE color: 12640552.

HSL color Cylindrical-coordinate representation of color #28E1C0: hue angle of 169.3º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28E1C0 is Cyan = 0.82, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.12.

Color convert

RGB40225192-
CMYK0.8200.150.12
HSL169.3º75.51%51.96%-
HSV(B)169.3º82.22%88.24%-
XYZ37.3158.1159.12-
YUV165.92142.7138.18-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 8.75%
GREEN value IS 225 (88.28% from 255) = 49.23%
BLUE value IS 192 (75.39% from 255) = 42.01%
R=8.75%
G=49.23%
B=42.01%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal402251920.8200.150.12169.375.5151.96
Hex28E1C0520FCa94c34
Octal503413001220171425111464
Binary10100011100001110000001010010011111100101010011001100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28E1C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28E1C0; }

 p { color: rgb(40,225,192); }

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

<style>
 a { background-color: #28E1C0; }

 a { background-color: rgb(40,225,192); }

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

<style>
 span { border-color: #28E1C0; }

 span { border-color: rgb(40,225,192); }

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