#28F1CF

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

Shades of Turquoise #28F1CF

Tints of Turquoise #28F1CF

Color information

#28F1CF (or 0x28F1CF) is unknown color: approx Turquoise. HEX triplet: 28, F1 and CF. RGB value is (40,241,207). Sum of RGB (Red+Green+Blue) = 40+241+207=488 (64% of max value = 765). Red value is 40 (16.02% from 255 or 8.20% from 488); Green value is 241 (94.53% from 255 or 49.39% from 488); Blue value is 207 (81.25% from 255 or 42.42% from 488); Max value from RGB is 241 - color contains mainly: green. Hex color #28F1CF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28F1CF is #D70E30. Grayscale: #B0B0B0. Windows color (decimal): -14093873 or 13627688. OLE color: 13627688.

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

Color convert

RGB40241207-
CMYK0.8300.140.05
HSL169.85º87.77%55.1%-
HSV(B)169.85º83.4%94.51%-
XYZ43.5967.8769.83-
YUV177.02144.9130.26-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 8.20%
GREEN value IS 241 (94.53% from 255) = 49.39%
BLUE value IS 207 (81.25% from 255) = 42.42%
R=8.20%
G=49.39%
B=42.42%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal402412070.8300.140.05169.8587.7755.1
Hex28F1CF530E5aa5837
Octal50361317123016525213067
Binary1010001111000111001111101001101110101101010101011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28F1CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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