#40F5CF

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

Shades of Turquoise #40F5CF

Tints of Turquoise #40F5CF

Color information

#40F5CF (or 0x40F5CF) is unknown color: approx Turquoise. HEX triplet: 40, F5 and CF. RGB value is (64,245,207). Sum of RGB (Red+Green+Blue) = 64+245+207=516 (68% of max value = 765). Red value is 64 (25.39% from 255 or 12.40% from 516); Green value is 245 (96.09% from 255 or 47.48% from 516); Blue value is 207 (81.25% from 255 or 40.12% from 516); Max value from RGB is 245 - color contains mainly: green. Hex color #40F5CF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40F5CF is #BF0A30. Grayscale: #BABABA. Windows color (decimal): -12519985 or 13628736. OLE color: 13628736.

HSL color Cylindrical-coordinate representation of color #40F5CF: hue angle of 167.4º 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 #40F5CF is Cyan = 0.74, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB64245207-
CMYK0.7400.160.04
HSL167.4º90.05%60.59%-
HSV(B)167.4º73.88%96.08%-
XYZ46.0370.970.29-
YUV186.55139.5340.59-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 12.40%
GREEN value IS 245 (96.09% from 255) = 47.48%
BLUE value IS 207 (81.25% from 255) = 40.12%
R=12.40%
G=47.48%
B=40.12%

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
Decimal642452070.7400.160.04167.490.0560.59
Hex40F5CF4A0104a75a3d
Octal100365317112020424713275
Binary100000011110101110011111001010010000100101001111011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40F5CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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