#28DFB9

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

Shades of Turquoise #28DFB9

Tints of Turquoise #28DFB9

Color information

#28DFB9 (or 0x28DFB9) is unknown color: approx Turquoise. HEX triplet: 28, DF and B9. RGB value is (40,223,185). Sum of RGB (Red+Green+Blue) = 40+223+185=448 (59% of max value = 765). Red value is 40 (16.02% from 255 or 8.93% from 448); Green value is 223 (87.5% from 255 or 49.78% from 448); Blue value is 185 (72.66% from 255 or 41.29% from 448); Max value from RGB is 223 - color contains mainly: green. Hex color #28DFB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28DFB9 is #D72046. Grayscale: #A3A3A3. Windows color (decimal): -14098503 or 12181288. OLE color: 12181288.

HSL color Cylindrical-coordinate representation of color #28DFB9: hue angle of 167.54º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28DFB9 is Cyan = 0.82, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB40223185-
CMYK0.8200.170.13
HSL167.54º74.09%51.57%-
HSV(B)167.54º82.06%87.45%-
XYZ36.0256.7354.95-
YUV163.95139.8739.59-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 8.93%
GREEN value IS 223 (87.5% from 255) = 49.78%
BLUE value IS 185 (72.66% from 255) = 41.29%
R=8.93%
G=49.78%
B=41.29%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal402231850.8200.170.13167.5474.0951.57
Hex28DFB952011Da84a34
Octal503372711220211525011264
Binary101000110111111011100110100100100011101101010001001010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28DFB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,223,185); }

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

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

 a { background-color: rgb(40,223,185); }

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

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

 span { border-color: rgb(40,223,185); }

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