#28c9c9

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

Shades of Medium Turquoise #28C9C9

Tints of Medium Turquoise #28C9C9

Color information

#28C9C9 (or 0x28C9C9) is unknown color: approx Medium Turquoise. HEX triplet: 28, C9 and C9. RGB value is (40,201,201). Sum of RGB (Red+Green+Blue) = 40+201+201=442 (58% of max value = 765). Red value is 40 (16.02% from 255 or 9.05% from 442); Green value is 201 (78.91% from 255 or 45.48% from 442); Blue value is 201 (78.91% from 255 or 45.48% from 442); Max value from RGB is 201 - color contains mainly: green, blue. Hex color #28C9C9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28C9C9 is #D73636. Grayscale: #989898. Windows color (decimal): -14104119 or 13224232. OLE color: 13224232.

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

Color convert

RGB40201201-
CMYK0.80000.21
HSL180º66.8%47.25%-
HSV(B)180º80.1%78.82%-
XYZ32.346.4462.52-
YUV152.86155.1647.5-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 9.05%
GREEN value IS 201 (78.91% from 255) = 45.48%
BLUE value IS 201 (78.91% from 255) = 45.48%
R=9.05%
G=45.48%
B=45.48%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal402012010.80000.2118066.847.25
Hex28C9C9500015b4432f
Octal50311311120002526410357
Binary101000110010011100100110100000010101101101001000011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28c9c9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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