#28DDBF

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

Shades of Turquoise #28DDBF

Tints of Turquoise #28DDBF

Color information

#28DDBF (or 0x28DDBF) is unknown color: approx Turquoise. HEX triplet: 28, DD and BF. RGB value is (40,221,191). Sum of RGB (Red+Green+Blue) = 40+221+191=452 (59% of max value = 765). Red value is 40 (16.02% from 255 or 8.85% from 452); Green value is 221 (86.72% from 255 or 48.89% from 452); Blue value is 191 (75% from 255 or 42.26% from 452); Max value from RGB is 221 - color contains mainly: green. Hex color #28DDBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28DDBF is #D72240. Grayscale: #A3A3A3. Windows color (decimal): -14099009 or 12573992. OLE color: 12573992.

HSL color Cylindrical-coordinate representation of color #28DDBF: hue angle of 170.06º 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 #28DDBF is Cyan = 0.82, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB40221191-
CMYK0.8200.140.13
HSL170.06º72.69%51.18%-
HSV(B)170.06º81.9%86.67%-
XYZ36.1455.9358.18-
YUV163.46143.5339.94-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 8.85%
GREEN value IS 221 (86.72% from 255) = 48.89%
BLUE value IS 191 (75% from 255) = 42.26%
R=8.85%
G=48.89%
B=42.26%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal402211910.8200.140.13170.0672.6951.18
Hex28DDBF520EDaa4933
Octal503352771220161525211163
Binary10100011011101101111111010010011101101101010101001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28DDBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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