#40FBCE

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

Shades of Turquoise #40FBCE

Tints of Turquoise #40FBCE

Color information

#40FBCE (or 0x40FBCE) is unknown color: approx Turquoise. HEX triplet: 40, FB and CE. RGB value is (64,251,206). Sum of RGB (Red+Green+Blue) = 64+251+206=521 (69% of max value = 765). Red value is 64 (25.39% from 255 or 12.28% from 521); Green value is 251 (98.44% from 255 or 48.18% from 521); Blue value is 206 (80.86% from 255 or 39.54% from 521); Max value from RGB is 251 - color contains mainly: green. Hex color #40FBCE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40FBCE is #BF0431. Grayscale: #BDBDBD. Windows color (decimal): -12518450 or 13564736. OLE color: 13564736.

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

Color convert

RGB64251206-
CMYK0.7500.180.02
HSL165.56º95.9%61.76%-
HSV(B)165.56º74.5%98.43%-
XYZ47.7574.5470.26-
YUV189.96137.0538.16-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 12.28%
GREEN value IS 251 (98.44% from 255) = 48.18%
BLUE value IS 206 (80.86% from 255) = 39.54%
R=12.28%
G=48.18%
B=39.54%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal642512060.7500.180.02165.5695.961.76
Hex40FBCE4B0122a6603e
Octal100373316113022224614076
Binary10000001111101111001110100101101001010101001101100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40FBCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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