#28D9CA

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

Shades of Turquoise #28D9CA

Tints of Turquoise #28D9CA

Color information

#28D9CA (or 0x28D9CA) is unknown color: approx Turquoise. HEX triplet: 28, D9 and CA. RGB value is (40,217,202). Sum of RGB (Red+Green+Blue) = 40+217+202=459 (60% of max value = 765). Red value is 40 (16.02% from 255 or 8.71% from 459); Green value is 217 (85.16% from 255 or 47.28% from 459); Blue value is 202 (79.30% from 255 or 44.01% from 459); Max value from RGB is 217 - color contains mainly: green. Hex color #28D9CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28D9CA is #D72635. Grayscale: #A2A2A2. Windows color (decimal): -14100022 or 13293864. OLE color: 13293864.

HSL color Cylindrical-coordinate representation of color #28D9CA: hue angle of 174.92º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28D9CA is Cyan = 0.82, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB40217202-
CMYK0.8200.070.15
HSL174.92º69.96%50.39%-
HSV(B)174.92º81.57%85.1%-
XYZ36.3554.3464.45-
YUV162.37150.3640.72-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 8.71%
GREEN value IS 217 (85.16% from 255) = 47.28%
BLUE value IS 202 (79.30% from 255) = 44.01%
R=8.71%
G=47.28%
B=44.01%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal402172020.8200.070.15174.9269.9650.39
Hex28D9CA5207Faf4632
Octal50331312122071725710662
Binary1010001101100111001010101001001111111101011111000110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28D9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,217,202); }

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

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

 a { background-color: rgb(40,217,202); }

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

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

 span { border-color: rgb(40,217,202); }

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