#28D6C8

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

Shades of Turquoise #28D6C8

Tints of Turquoise #28D6C8

Color information

#28D6C8 (or 0x28D6C8) is unknown color: approx Turquoise. HEX triplet: 28, D6 and C8. RGB value is (40,214,200). Sum of RGB (Red+Green+Blue) = 40+214+200=454 (60% of max value = 765). Red value is 40 (16.02% from 255 or 8.81% from 454); Green value is 214 (83.98% from 255 or 47.14% from 454); Blue value is 200 (78.52% from 255 or 44.05% from 454); Max value from RGB is 214 - color contains mainly: green. Hex color #28D6C8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28D6C8 is #D72937. Grayscale: #A0A0A0. Windows color (decimal): -14100792 or 13162024. OLE color: 13162024.

HSL color Cylindrical-coordinate representation of color #28D6C8: hue angle of 175.17º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #28D6C8 is Cyan = 0.81, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB40214200-
CMYK0.8100.070.16
HSL175.17º68.5%49.8%-
HSV(B)175.17º81.31%83.92%-
XYZ35.3552.7162.96-
YUV160.38150.3542.14-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 8.81%
GREEN value IS 214 (83.98% from 255) = 47.14%
BLUE value IS 200 (78.52% from 255) = 44.05%
R=8.81%
G=47.14%
B=44.05%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal402142000.8100.070.16175.1768.549.8
Hex28D6C8510710af4532
Octal50326310121072025710562
Binary10100011010110110010001010001011110000101011111000101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28D6C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,214,200); }

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

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

 a { background-color: rgb(40,214,200); }

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

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

 span { border-color: rgb(40,214,200); }

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