#40F8BF

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

Shades of Turquoise #40F8BF

Tints of Turquoise #40F8BF

Color information

#40F8BF (or 0x40F8BF) is unknown color: approx Turquoise. HEX triplet: 40, F8 and BF. RGB value is (64,248,191). Sum of RGB (Red+Green+Blue) = 64+248+191=503 (66% of max value = 765). Red value is 64 (25.39% from 255 or 12.72% from 503); Green value is 248 (97.27% from 255 or 49.30% from 503); Blue value is 191 (75% from 255 or 37.97% from 503); Max value from RGB is 248 - color contains mainly: green. Hex color #40F8BF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40F8BF is #BF0740. Grayscale: #BABABA. Windows color (decimal): -12519233 or 12580928. OLE color: 12580928.

HSL color Cylindrical-coordinate representation of color #40F8BF: hue angle of 161.41º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #40F8BF is Cyan = 0.74, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.03.

Color convert

RGB64248191-
CMYK0.7400.230.03
HSL161.41º92.93%61.18%-
HSV(B)161.41º74.19%97.25%-
XYZ45.0971.9960.81-
YUV186.49130.5440.63-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 12.72%
GREEN value IS 248 (97.27% from 255) = 49.30%
BLUE value IS 191 (75% from 255) = 37.97%
R=12.72%
G=49.30%
B=37.97%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal642481910.7400.230.03161.4192.9361.18
Hex40F8BF4A0173a15d3d
Octal100370277112027324113575
Binary10000001111100010111111100101001011111101000011011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40F8BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,248,191); }

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

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

 a { background-color: rgb(64,248,191); }

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

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

 span { border-color: rgb(64,248,191); }

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