#28f3d5

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

Shades of Turquoise #28F3D5

Tints of Turquoise #28F3D5

Color information

#28F3D5 (or 0x28F3D5) is unknown color: approx Turquoise. HEX triplet: 28, F3 and D5. RGB value is (40,243,213). Sum of RGB (Red+Green+Blue) = 40+243+213=496 (65% of max value = 765). Red value is 40 (16.02% from 255 or 8.06% from 496); Green value is 243 (95.31% from 255 or 48.99% from 496); Blue value is 213 (83.59% from 255 or 42.94% from 496); Max value from RGB is 243 - color contains mainly: green. Hex color #28F3D5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28F3D5 is #D70C2A. Grayscale: #B2B2B2. Windows color (decimal): -14093355 or 14021416. OLE color: 14021416.

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

Color convert

RGB40243213-
CMYK0.8400.120.05
HSL171.13º89.43%55.49%-
HSV(B)171.13º83.54%95.29%-
XYZ44.9469.3673.97-
YUV178.88147.2528.94-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 8.06%
GREEN value IS 243 (95.31% from 255) = 48.99%
BLUE value IS 213 (83.59% from 255) = 42.94%
R=8.06%
G=48.99%
B=42.94%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal402432130.8400.120.05171.1389.4355.49
Hex28F3D5540C5ab5937
Octal50363325124014525313167
Binary1010001111001111010101101010001100101101010111011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28f3d5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,243,213); }

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

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

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

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

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

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

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