#40F5CE

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

Shades of Turquoise #40F5CE

Tints of Turquoise #40F5CE

Color information

#40F5CE (or 0x40F5CE) is unknown color: approx Turquoise. HEX triplet: 40, F5 and CE. RGB value is (64,245,206). Sum of RGB (Red+Green+Blue) = 64+245+206=515 (68% of max value = 765). Red value is 64 (25.39% from 255 or 12.43% from 515); Green value is 245 (96.09% from 255 or 47.57% from 515); Blue value is 206 (80.86% from 255 or 40% from 515); Max value from RGB is 245 - color contains mainly: green. Hex color #40F5CE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40F5CE is #BF0A31. Grayscale: #BABABA. Windows color (decimal): -12519986 or 13563200. OLE color: 13563200.

HSL color Cylindrical-coordinate representation of color #40F5CE: hue angle of 167.07º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #40F5CE is Cyan = 0.74, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB64245206-
CMYK0.7400.160.04
HSL167.07º90.05%60.59%-
HSV(B)167.07º73.88%96.08%-
XYZ45.9170.8569.65-
YUV186.44139.0340.67-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 12.43%
GREEN value IS 245 (96.09% from 255) = 47.57%
BLUE value IS 206 (80.86% from 255) = 40%
R=12.43%
G=47.57%
B=40%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal642452060.7400.160.04167.0790.0560.59
Hex40F5CE4A0104a75a3d
Octal100365316112020424713275
Binary100000011110101110011101001010010000100101001111011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40F5CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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