#28F2CB

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

Shades of Turquoise #28F2CB

Tints of Turquoise #28F2CB

Color information

#28F2CB (or 0x28F2CB) is unknown color: approx Turquoise. HEX triplet: 28, F2 and CB. RGB value is (40,242,203). Sum of RGB (Red+Green+Blue) = 40+242+203=485 (64% of max value = 765). Red value is 40 (16.02% from 255 or 8.25% from 485); Green value is 242 (94.92% from 255 or 49.90% from 485); Blue value is 203 (79.69% from 255 or 41.86% from 485); Max value from RGB is 242 - color contains mainly: green. Hex color #28F2CB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28F2CB is #D70D34. Grayscale: #B1B1B1. Windows color (decimal): -14093621 or 13365800. OLE color: 13365800.

HSL color Cylindrical-coordinate representation of color #28F2CB: hue angle of 168.42º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28F2CB is Cyan = 0.83, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB40242203-
CMYK0.8300.160.05
HSL168.42º88.6%55.29%-
HSV(B)168.42º83.47%94.9%-
XYZ43.4168.2767.39-
YUV177.16142.5830.17-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 8.25%
GREEN value IS 242 (94.92% from 255) = 49.90%
BLUE value IS 203 (79.69% from 255) = 41.86%
R=8.25%
G=49.90%
B=41.86%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal402422030.8300.160.05168.4288.655.29
Hex28F2CB530105a85937
Octal50362313123020525013167
Binary10100011110010110010111010011010000101101010001011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28F2CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,242,203); }

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

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

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

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

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

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

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