#28D5C4

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

Shades of Turquoise #28D5C4

Tints of Turquoise #28D5C4

Color information

#28D5C4 (or 0x28D5C4) is unknown color: approx Turquoise. HEX triplet: 28, D5 and C4. RGB value is (40,213,196). Sum of RGB (Red+Green+Blue) = 40+213+196=449 (59% of max value = 765). Red value is 40 (16.02% from 255 or 8.91% from 449); Green value is 213 (83.59% from 255 or 47.44% from 449); Blue value is 196 (76.95% from 255 or 43.65% from 449); Max value from RGB is 213 - color contains mainly: green. Hex color #28D5C4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28D5C4 is #D72A3B. Grayscale: #9F9F9F. Windows color (decimal): -14101052 or 12899624. OLE color: 12899624.

HSL color Cylindrical-coordinate representation of color #28D5C4: hue angle of 174.1º degrees, saturation: 0.68, 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 #28D5C4 is Cyan = 0.81, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.16.

Color convert

RGB40213196-
CMYK0.8100.080.16
HSL174.1º68.38%49.61%-
HSV(B)174.1º81.22%83.53%-
XYZ34.6352.0360.44-
YUV159.33148.6942.88-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 8.91%
GREEN value IS 213 (83.59% from 255) = 47.44%
BLUE value IS 196 (76.95% from 255) = 43.65%
R=8.91%
G=47.44%
B=43.65%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal402131960.8100.080.16174.168.3849.61
Hex28D5C4510810ae4432
Octal503253041210102025610462
Binary101000110101011100010010100010100010000101011101000100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28D5C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,213,196); }

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

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

 a { background-color: rgb(40,213,196); }

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

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

 span { border-color: rgb(40,213,196); }

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