#28FBCF

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

Shades of Turquoise #28FBCF

Tints of Turquoise #28FBCF

Color information

#28FBCF (or 0x28FBCF) is unknown color: approx Turquoise. HEX triplet: 28, FB and CF. RGB value is (40,251,207). Sum of RGB (Red+Green+Blue) = 40+251+207=498 (65% of max value = 765). Red value is 40 (16.02% from 255 or 8.03% from 498); Green value is 251 (98.44% from 255 or 50.40% from 498); Blue value is 207 (81.25% from 255 or 41.57% from 498); Max value from RGB is 251 - color contains mainly: green. Hex color #28FBCF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28FBCF is #D70430. Grayscale: #B6B6B6. Windows color (decimal): -14091313 or 13630248. OLE color: 13630248.

HSL color Cylindrical-coordinate representation of color #28FBCF: hue angle of 167.49º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28FBCF is Cyan = 0.84, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB40251207-
CMYK0.8400.180.02
HSL167.49º96.35%57.06%-
HSV(B)167.49º84.06%98.43%-
XYZ46.6373.9570.85-
YUV182.9141.626.08-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 8.03%
GREEN value IS 251 (98.44% from 255) = 50.40%
BLUE value IS 207 (81.25% from 255) = 41.57%
R=8.03%
G=50.40%
B=41.57%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal402512070.8400.180.02167.4996.3557.06
Hex28FBCF540122a76039
Octal50373317124022224714071
Binary1010001111101111001111101010001001010101001111100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28FBCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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