#28e5d7

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

Shades of Turquoise #28E5D7

Tints of Turquoise #28E5D7

Color information

#28E5D7 (or 0x28E5D7) is unknown color: approx Turquoise. HEX triplet: 28, E5 and D7. RGB value is (40,229,215). Sum of RGB (Red+Green+Blue) = 40+229+215=484 (64% of max value = 765). Red value is 40 (16.02% from 255 or 8.26% from 484); Green value is 229 (89.84% from 255 or 47.31% from 484); Blue value is 215 (84.38% from 255 or 44.42% from 484); Max value from RGB is 229 - color contains mainly: green. Hex color #28E5D7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28E5D7 is #D71A28. Grayscale: #AAAAAA. Windows color (decimal): -14096937 or 14148904. OLE color: 14148904.

HSL color Cylindrical-coordinate representation of color #28E5D7: hue angle of 175.56º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28E5D7 is Cyan = 0.83, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.10.

Color convert

RGB40229215-
CMYK0.8300.060.10
HSL175.56º78.42%52.75%-
HSV(B)175.56º82.53%89.8%-
XYZ41.1661.473.97-
YUV170.89152.8834.64-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 8.26%
GREEN value IS 229 (89.84% from 255) = 47.31%
BLUE value IS 215 (84.38% from 255) = 44.42%
R=8.26%
G=47.31%
B=44.42%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal402292150.8300.060.10175.5678.4252.75
Hex28E5D75306Ab04e35
Octal50345327123061226011665
Binary1010001110010111010111101001101101010101100001001110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28e5d7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,229,215); }

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

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

 a { background-color: rgb(40,229,215); }

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

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

 span { border-color: rgb(40,229,215); }

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