#28CCCC

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

Shades of Medium Turquoise #28CCCC

Tints of Medium Turquoise #28CCCC

Color information

#28CCCC (or 0x28CCCC) is unknown color: approx Medium Turquoise. HEX triplet: 28, CC and CC. RGB value is (40,204,204). Sum of RGB (Red+Green+Blue) = 40+204+204=448 (59% of max value = 765). Red value is 40 (16.02% from 255 or 8.93% from 448); Green value is 204 (80.08% from 255 or 45.54% from 448); Blue value is 204 (80.08% from 255 or 45.54% from 448); Max value from RGB is 204 - color contains mainly: green, blue. Hex color #28CCCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28CCCC is #D73333. Grayscale: #9A9A9A. Windows color (decimal): -14103348 or 13421608. OLE color: 13421608.

HSL color Cylindrical-coordinate representation of color #28CCCC: hue angle of 180º 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 #28CCCC is Cyan = 0.80, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB40204204-
CMYK0.80000.2
HSL180º67.21%47.84%-
HSV(B)180º80.39%80%-
XYZ33.374864.63-
YUV154.96155.6746-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 8.93%
GREEN value IS 204 (80.08% from 255) = 45.54%
BLUE value IS 204 (80.08% from 255) = 45.54%
R=8.93%
G=45.54%
B=45.54%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal402042040.80000.218067.2147.84
Hex28CCCC500014b44330
Octal50314314120002426410360
Binary101000110011001100110010100000010100101101001000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28CCCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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