#28e0b9

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

Shades of Turquoise #28E0B9

Tints of Turquoise #28E0B9

Color information

#28E0B9 (or 0x28E0B9) is unknown color: approx Turquoise. HEX triplet: 28, E0 and B9. RGB value is (40,224,185). Sum of RGB (Red+Green+Blue) = 40+224+185=449 (59% of max value = 765). Red value is 40 (16.02% from 255 or 8.91% from 449); Green value is 224 (87.89% from 255 or 49.89% from 449); Blue value is 185 (72.66% from 255 or 41.20% from 449); Max value from RGB is 224 - color contains mainly: green. Hex color #28E0B9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28E0B9 is #D71F46. Grayscale: #A4A4A4. Windows color (decimal): -14098247 or 12181544. OLE color: 12181544.

HSL color Cylindrical-coordinate representation of color #28E0B9: hue angle of 167.28º degrees, saturation: 0.75, 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 #28E0B9 is Cyan = 0.82, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB40224185-
CMYK0.8200.170.12
HSL167.28º74.8%51.76%-
HSV(B)167.28º82.14%87.84%-
XYZ36.2957.2755.04-
YUV164.54139.5439.17-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 8.91%
GREEN value IS 224 (87.89% from 255) = 49.89%
BLUE value IS 185 (72.66% from 255) = 41.20%
R=8.91%
G=49.89%
B=41.20%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal402241850.8200.170.12167.2874.851.76
Hex28E0B952011Ca74b34
Octal503402711220211424711364
Binary101000111000001011100110100100100011100101001111001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28e0b9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,224,185); }

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

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

 a { background-color: rgb(40,224,185); }

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

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

 span { border-color: rgb(40,224,185); }

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