#28F8BF

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

Shades of Turquoise #28F8BF

Tints of Turquoise #28F8BF

Color information

#28F8BF (or 0x28F8BF) is unknown color: approx Turquoise. HEX triplet: 28, F8 and BF. RGB value is (40,248,191). Sum of RGB (Red+Green+Blue) = 40+248+191=479 (63% of max value = 765). Red value is 40 (16.02% from 255 or 8.35% from 479); Green value is 248 (97.27% from 255 or 51.77% from 479); Blue value is 191 (75% from 255 or 39.87% from 479); Max value from RGB is 248 - color contains mainly: green. Hex color #28F8BF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28F8BF is #D70740. Grayscale: #B3B3B3. Windows color (decimal): -14092097 or 12580904. OLE color: 12580904.

HSL color Cylindrical-coordinate representation of color #28F8BF: hue angle of 163.56º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28F8BF is Cyan = 0.84, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.03.

Color convert

RGB40248191-
CMYK0.8400.230.03
HSL163.56º93.69%56.47%-
HSV(B)163.56º83.87%97.25%-
XYZ43.8571.3560.75-
YUV179.31134.5928.63-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 8.35%
GREEN value IS 248 (97.27% from 255) = 51.77%
BLUE value IS 191 (75% from 255) = 39.87%
R=8.35%
G=51.77%
B=39.87%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal402481910.8400.230.03163.5693.6956.47
Hex28F8BF540173a45e38
Octal50370277124027324413670
Binary1010001111100010111111101010001011111101001001011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28F8BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,248,191); }

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

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

 a { background-color: rgb(40,248,191); }

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

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

 span { border-color: rgb(40,248,191); }

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