#28E6E0

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

Shades of Turquoise #28E6E0

Tints of Turquoise #28E6E0

Color information

#28E6E0 (or 0x28E6E0) is unknown color: approx Turquoise. HEX triplet: 28, E6 and E0. RGB value is (40,230,224). Sum of RGB (Red+Green+Blue) = 40+230+224=494 (65% of max value = 765). Red value is 40 (16.02% from 255 or 8.10% from 494); Green value is 230 (90.23% from 255 or 46.56% from 494); Blue value is 224 (87.89% from 255 or 45.34% from 494); Max value from RGB is 230 - color contains mainly: green. Hex color #28E6E0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28E6E0 is #D7191F. Grayscale: #ACACAC. Windows color (decimal): -14096672 or 14738984. OLE color: 14738984.

HSL color Cylindrical-coordinate representation of color #28E6E0: hue angle of 178.11º degrees, saturation: 0.79, 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 #28E6E0 is Cyan = 0.83, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB40230224-
CMYK0.8300.030.10
HSL178.11º79.17%52.94%-
HSV(B)178.11º82.61%90.2%-
XYZ42.6362.4380.32-
YUV172.51157.0533.49-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 8.10%
GREEN value IS 230 (90.23% from 255) = 46.56%
BLUE value IS 224 (87.89% from 255) = 45.34%
R=8.10%
G=46.56%
B=45.34%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal402302240.8300.030.10178.1179.1752.94
Hex28E6E05303Ab24f35
Octal50346340123031226211765
Binary101000111001101110000010100110111010101100101001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28E6E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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