#28F2E6

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

Shades of Bright Turquoise #28F2E6

Tints of Bright Turquoise #28F2E6

Color information

#28F2E6 (or 0x28F2E6) is unknown color: approx Bright Turquoise. HEX triplet: 28, F2 and E6. RGB value is (40,242,230). Sum of RGB (Red+Green+Blue) = 40+242+230=512 (67% of max value = 765). Red value is 40 (16.02% from 255 or 7.81% from 512); Green value is 242 (94.92% from 255 or 47.27% from 512); Blue value is 230 (90.23% from 255 or 44.92% from 512); Max value from RGB is 242 - color contains mainly: green. Hex color #28F2E6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #28F2E6 is #D70D19. Grayscale: #B4B4B4. Windows color (decimal): -14093594 or 15135272. OLE color: 15135272.

HSL color Cylindrical-coordinate representation of color #28F2E6: hue angle of 176.44º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28F2E6 is Cyan = 0.83, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB40242230-
CMYK0.8300.050.05
HSL176.44º88.6%55.29%-
HSV(B)176.44º83.47%94.9%-
XYZ46.9169.6785.84-
YUV180.23156.0827.98-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 7.81%
GREEN value IS 242 (94.92% from 255) = 47.27%
BLUE value IS 230 (90.23% from 255) = 44.92%
R=7.81%
G=47.27%
B=44.92%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal402422300.8300.050.05176.4488.655.29
Hex28F2E653055b05937
Octal5036234612305526013167
Binary101000111100101110011010100110101101101100001011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28F2E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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