#28EACC

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

Shades of Turquoise #28EACC

Tints of Turquoise #28EACC

Color information

#28EACC (or 0x28EACC) is unknown color: approx Turquoise. HEX triplet: 28, EA and CC. RGB value is (40,234,204). Sum of RGB (Red+Green+Blue) = 40+234+204=478 (63% of max value = 765). Red value is 40 (16.02% from 255 or 8.37% from 478); Green value is 234 (91.80% from 255 or 48.95% from 478); Blue value is 204 (80.08% from 255 or 42.68% from 478); Max value from RGB is 234 - color contains mainly: green. Hex color #28EACC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28EACC is #D71533. Grayscale: #ACACAC. Windows color (decimal): -14095668 or 13429288. OLE color: 13429288.

HSL color Cylindrical-coordinate representation of color #28EACC: hue angle of 170.72º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28EACC is Cyan = 0.83, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB40234204-
CMYK0.8300.130.08
HSL170.72º82.2%53.73%-
HSV(B)170.72º82.91%91.76%-
XYZ41.263.6667.24-
YUV172.57145.7333.44-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 8.37%
GREEN value IS 234 (91.80% from 255) = 48.95%
BLUE value IS 204 (80.08% from 255) = 42.68%
R=8.37%
G=48.95%
B=42.68%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal402342040.8300.130.08170.7282.253.73
Hex28EACC530D8ab5236
Octal503523141230151025312266
Binary10100011101010110011001010011011011000101010111010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28EACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,234,204); }

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

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

 a { background-color: rgb(40,234,204); }

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

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

 span { border-color: rgb(40,234,204); }

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