#28F4F0

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

Shades of Bright Turquoise #28F4F0

Tints of Bright Turquoise #28F4F0

Color information

#28F4F0 (or 0x28F4F0) is unknown color: approx Bright Turquoise. HEX triplet: 28, F4 and F0. RGB value is (40,244,240). Sum of RGB (Red+Green+Blue) = 40+244+240=524 (69% of max value = 765). Red value is 40 (16.02% from 255 or 7.63% from 524); Green value is 244 (95.70% from 255 or 46.56% from 524); Blue value is 240 (94.14% from 255 or 45.80% from 524); Max value from RGB is 244 - color contains mainly: green. Hex color #28F4F0 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #28F4F0 is #D70B0F. Grayscale: #B6B6B6. Windows color (decimal): -14093072 or 15791144. OLE color: 15791144.

HSL color Cylindrical-coordinate representation of color #28F4F0: hue angle of 178.82º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28F4F0 is Cyan = 0.84, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.04.

Color convert

RGB40244240-
CMYK0.8400.020.04
HSL178.82º90.27%55.69%-
HSV(B)178.82º83.61%95.69%-
XYZ48.9571.4493.65-
YUV182.55160.4126.33-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 7.63%
GREEN value IS 244 (95.70% from 255) = 46.56%
BLUE value IS 240 (94.14% from 255) = 45.80%
R=7.63%
G=46.56%
B=45.80%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal402442400.8400.020.04178.8290.2755.69
Hex28F4F054024b35a38
Octal5036436012402426313270
Binary10100011110100111100001010100010100101100111011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28F4F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,244,240); }

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

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

 a { background-color: rgb(40,244,240); }

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

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

 span { border-color: rgb(40,244,240); }

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