#28CCC0

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

Shades of Medium Turquoise #28CCC0

Tints of Medium Turquoise #28CCC0

Color information

#28CCC0 (or 0x28CCC0) is unknown color: approx Medium Turquoise. HEX triplet: 28, CC and C0. RGB value is (40,204,192). Sum of RGB (Red+Green+Blue) = 40+204+192=436 (57% of max value = 765). Red value is 40 (16.02% from 255 or 9.17% from 436); Green value is 204 (80.08% from 255 or 46.79% from 436); Blue value is 192 (75.39% from 255 or 44.04% from 436); Max value from RGB is 204 - color contains mainly: green. Hex color #28CCC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28CCC0 is #D7333F. Grayscale: #999999. Windows color (decimal): -14103360 or 12635176. OLE color: 12635176.

HSL color Cylindrical-coordinate representation of color #28CCC0: hue angle of 175.61º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #28CCC0 is Cyan = 0.80, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.2.

Color convert

RGB40204192-
CMYK0.8000.060.2
HSL175.61º67.21%47.84%-
HSV(B)175.61º80.39%80%-
XYZ31.9847.4457.34-
YUV153.6149.6746.98-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 9.17%
GREEN value IS 204 (80.08% from 255) = 46.79%
BLUE value IS 192 (75.39% from 255) = 44.04%
R=9.17%
G=46.79%
B=44.04%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal402041920.8000.060.2175.6167.2147.84
Hex28CCC0500614b04330
Octal50314300120062426010360
Binary10100011001100110000001010000011010100101100001000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28CCC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,204,192); }

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

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

 a { background-color: rgb(40,204,192); }

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

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

 span { border-color: rgb(40,204,192); }

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