#28FBCE

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

Shades of Turquoise #28FBCE

Tints of Turquoise #28FBCE

Color information

#28FBCE (or 0x28FBCE) is unknown color: approx Turquoise. HEX triplet: 28, FB and CE. RGB value is (40,251,206). Sum of RGB (Red+Green+Blue) = 40+251+206=497 (65% of max value = 765). Red value is 40 (16.02% from 255 or 8.05% from 497); Green value is 251 (98.44% from 255 or 50.50% from 497); Blue value is 206 (80.86% from 255 or 41.45% from 497); Max value from RGB is 251 - color contains mainly: green. Hex color #28FBCE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28FBCE is #D70431. Grayscale: #B6B6B6. Windows color (decimal): -14091314 or 13564712. OLE color: 13564712.

HSL color Cylindrical-coordinate representation of color #28FBCE: hue angle of 167.2º 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 #28FBCE is Cyan = 0.84, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB40251206-
CMYK0.8400.180.02
HSL167.2º96.35%57.06%-
HSV(B)167.2º84.06%98.43%-
XYZ46.5173.970.21-
YUV182.78141.126.16-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 8.05%
GREEN value IS 251 (98.44% from 255) = 50.50%
BLUE value IS 206 (80.86% from 255) = 41.45%
R=8.05%
G=50.50%
B=41.45%

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
Decimal402512060.8400.180.02167.296.3557.06
Hex28FBCE540122a76039
Octal50373316124022224714071
Binary1010001111101111001110101010001001010101001111100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28FBCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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