#28D2BC

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

Shades of Turquoise #28D2BC

Tints of Turquoise #28D2BC

Color information

#28D2BC (or 0x28D2BC) is unknown color: approx Turquoise. HEX triplet: 28, D2 and BC. RGB value is (40,210,188). Sum of RGB (Red+Green+Blue) = 40+210+188=438 (58% of max value = 765). Red value is 40 (16.02% from 255 or 9.13% from 438); Green value is 210 (82.42% from 255 or 47.95% from 438); Blue value is 188 (73.83% from 255 or 42.92% from 438); Max value from RGB is 210 - color contains mainly: green. Hex color #28D2BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28D2BC is #D72D43. Grayscale: #9C9C9C. Windows color (decimal): -14101828 or 12374568. OLE color: 12374568.

HSL color Cylindrical-coordinate representation of color #28D2BC: hue angle of 172.24º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #28D2BC is Cyan = 0.81, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB40210188-
CMYK0.8100.100.18
HSL172.24º68%49.02%-
HSV(B)172.24º80.95%82.35%-
XYZ3350.1855.52-
YUV156.66145.6844.79-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 9.13%
GREEN value IS 210 (82.42% from 255) = 47.95%
BLUE value IS 188 (73.83% from 255) = 42.92%
R=9.13%
G=47.95%
B=42.92%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal402101880.8100.100.18172.246849.02
Hex28D2BC510A12ac4431
Octal503222741210122225410461
Binary101000110100101011110010100010101010010101011001000100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28D2BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,210,188); }

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

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

 a { background-color: rgb(40,210,188); }

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

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

 span { border-color: rgb(40,210,188); }

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