#28f1b4

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

Shades of Turquoise #28F1B4

Tints of Turquoise #28F1B4

Color information

#28F1B4 (or 0x28F1B4) is unknown color: approx Turquoise. HEX triplet: 28, F1 and B4. RGB value is (40,241,180). Sum of RGB (Red+Green+Blue) = 40+241+180=461 (61% of max value = 765). Red value is 40 (16.02% from 255 or 8.68% from 461); Green value is 241 (94.53% from 255 or 52.28% from 461); Blue value is 180 (70.70% from 255 or 39.05% from 461); Max value from RGB is 241 - color contains mainly: green. Hex color #28F1B4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28F1B4 is #D70E4B. Grayscale: #ADADAD. Windows color (decimal): -14093900 or 11858216. OLE color: 11858216.

HSL color Cylindrical-coordinate representation of color #28F1B4: hue angle of 161.79º degrees, saturation: 0.88, 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 #28F1B4 is Cyan = 0.83, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.05.

Color convert

RGB40241180-
CMYK0.8300.250.05
HSL161.79º87.77%55.1%-
HSV(B)161.79º83.4%94.51%-
XYZ40.5766.6653.91-
YUV173.95131.4132.46-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 8.68%
GREEN value IS 241 (94.53% from 255) = 52.28%
BLUE value IS 180 (70.70% from 255) = 39.05%
R=8.68%
G=52.28%
B=39.05%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal402411800.8300.250.05161.7987.7755.1
Hex28F1B4530195a25837
Octal50361264123031524213067
Binary10100011110001101101001010011011001101101000101011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28f1b4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,241,180); }

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

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

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

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

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

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

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