#28DDDA

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

Shades of Turquoise #28DDDA

Tints of Turquoise #28DDDA

Color information

#28DDDA (or 0x28DDDA) is unknown color: approx Turquoise. HEX triplet: 28, DD and DA. RGB value is (40,221,218). Sum of RGB (Red+Green+Blue) = 40+221+218=479 (63% of max value = 765). Red value is 40 (16.02% from 255 or 8.35% from 479); Green value is 221 (86.72% from 255 or 46.14% from 479); Blue value is 218 (85.55% from 255 or 45.51% from 479); Max value from RGB is 221 - color contains mainly: green. Hex color #28DDDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28DDDA is #D72225. Grayscale: #A6A6A6. Windows color (decimal): -14098982 or 14343464. OLE color: 14343464.

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

Color convert

RGB40221218-
CMYK0.8200.010.13
HSL179.01º72.69%51.18%-
HSV(B)179.01º81.9%86.67%-
XYZ39.3957.2375.3-
YUV166.54157.0337.74-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 8.35%
GREEN value IS 221 (86.72% from 255) = 46.14%
BLUE value IS 218 (85.55% from 255) = 45.51%
R=8.35%
G=46.14%
B=45.51%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal402212180.8200.010.13179.0172.6951.18
Hex28DDDA5201Db34933
Octal50335332122011526311163
Binary10100011011101110110101010010011101101100111001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28DDDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,221,218); }

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

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

 a { background-color: rgb(40,221,218); }

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

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

 span { border-color: rgb(40,221,218); }

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