#28C2CA

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

Shades of Medium Turquoise #28C2CA

Tints of Medium Turquoise #28C2CA

Color information

#28C2CA (or 0x28C2CA) is unknown color: approx Medium Turquoise. HEX triplet: 28, C2 and CA. RGB value is (40,194,202). Sum of RGB (Red+Green+Blue) = 40+194+202=436 (57% of max value = 765). Red value is 40 (16.02% from 255 or 9.17% from 436); Green value is 194 (76.17% from 255 or 44.50% from 436); Blue value is 202 (79.30% from 255 or 46.33% from 436); Max value from RGB is 202 - color contains mainly: blue. Hex color #28C2CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28C2CA is #D73D35. Grayscale: #949494. Windows color (decimal): -14105910 or 13287976. OLE color: 13287976.

HSL color Cylindrical-coordinate representation of color #28C2CA: hue angle of 182.96º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #28C2CA is Cyan = 0.80, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB40194202-
CMYK0.800.0400.21
HSL182.96º66.94%47.45%-
HSV(B)182.96º80.2%79.22%-
XYZ30.8343.362.61-
YUV148.87157.9850.35-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 9.17%
GREEN value IS 194 (76.17% from 255) = 44.50%
BLUE value IS 202 (79.30% from 255) = 46.33%
R=9.17%
G=44.50%
B=46.33%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal401942020.800.0400.21182.9666.9447.45
Hex28C2CA504015b7432f
Octal50302312120402526710357
Binary10100011000010110010101010000100010101101101111000011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28C2CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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