#28E1C8

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

Shades of Turquoise #28E1C8

Tints of Turquoise #28E1C8

Color information

#28E1C8 (or 0x28E1C8) is unknown color: approx Turquoise. HEX triplet: 28, E1 and C8. RGB value is (40,225,200). Sum of RGB (Red+Green+Blue) = 40+225+200=465 (61% of max value = 765). Red value is 40 (16.02% from 255 or 8.60% from 465); Green value is 225 (88.28% from 255 or 48.39% from 465); Blue value is 200 (78.52% from 255 or 43.01% from 465); Max value from RGB is 225 - color contains mainly: green. Hex color #28E1C8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28E1C8 is #D71E37. Grayscale: #A6A6A6. Windows color (decimal): -14097976 or 13164840. OLE color: 13164840.

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

Color convert

RGB40225200-
CMYK0.8200.110.12
HSL171.89º75.51%51.96%-
HSV(B)171.89º82.22%88.24%-
XYZ38.2358.4763.92-
YUV166.84146.7137.53-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 8.60%
GREEN value IS 225 (88.28% from 255) = 48.39%
BLUE value IS 200 (78.52% from 255) = 43.01%
R=8.60%
G=48.39%
B=43.01%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal402252000.8200.110.12171.8975.5151.96
Hex28E1C8520BCac4c34
Octal503413101220131425411464
Binary10100011100001110010001010010010111100101011001001100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28E1C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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