#28e4d5

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

Shades of Turquoise #28E4D5

Tints of Turquoise #28E4D5

Color information

#28E4D5 (or 0x28E4D5) is unknown color: approx Turquoise. HEX triplet: 28, E4 and D5. RGB value is (40,228,213). Sum of RGB (Red+Green+Blue) = 40+228+213=481 (63% of max value = 765). Red value is 40 (16.02% from 255 or 8.32% from 481); Green value is 228 (89.45% from 255 or 47.40% from 481); Blue value is 213 (83.59% from 255 or 44.28% from 481); Max value from RGB is 228 - color contains mainly: green. Hex color #28E4D5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28E4D5 is #D71B2A. Grayscale: #A9A9A9. Windows color (decimal): -14097195 or 14017576. OLE color: 14017576.

HSL color Cylindrical-coordinate representation of color #28E4D5: hue angle of 175.21º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28E4D5 is Cyan = 0.82, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.11.

Color convert

RGB40228213-
CMYK0.8200.070.11
HSL175.21º77.69%52.55%-
HSV(B)175.21º82.46%89.41%-
XYZ40.6360.7472.53-
YUV170.08152.2235.22-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 8.32%
GREEN value IS 228 (89.45% from 255) = 47.40%
BLUE value IS 213 (83.59% from 255) = 44.28%
R=8.32%
G=47.40%
B=44.28%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal402282130.8200.070.11175.2177.6952.55
Hex28E4D55207Baf4e35
Octal50344325122071325711665
Binary1010001110010011010101101001001111011101011111001110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28e4d5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,228,213); }

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

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

 a { background-color: rgb(40,228,213); }

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

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

 span { border-color: rgb(40,228,213); }

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