#40E6FC

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

Shades of Turquoise #40E6FC

Tints of Turquoise #40E6FC

Color information

#40E6FC (or 0x40E6FC) is unknown color: approx Turquoise. HEX triplet: 40, E6 and FC. RGB value is (64,230,252). Sum of RGB (Red+Green+Blue) = 64+230+252=546 (72% of max value = 765). Red value is 64 (25.39% from 255 or 11.72% from 546); Green value is 230 (90.23% from 255 or 42.12% from 546); Blue value is 252 (98.83% from 255 or 46.15% from 546); Max value from RGB is 252 - color contains mainly: blue. Hex color #40E6FC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #40E6FC is #BF1903. Grayscale: #B6B6B6. Windows color (decimal): -12523780 or 16574016. OLE color: 16574016.

HSL color Cylindrical-coordinate representation of color #40E6FC: hue angle of 187.02º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40E6FC is Cyan = 0.75, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB64230252-
CMYK0.750.0900.01
HSL187.02º96.91%61.96%-
HSV(B)187.02º74.6%98.82%-
XYZ47.9864.71102.06-
YUV182.8716743.21-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 11.72%
GREEN value IS 230 (90.23% from 255) = 42.12%
BLUE value IS 252 (98.83% from 255) = 46.15%
R=11.72%
G=42.12%
B=46.15%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal642302520.750.0900.01187.0296.9161.96
Hex40E6FC4B901bb613e
Octal100346374113110127314176
Binary100000011100110111111001001011100101101110111100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40E6FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,230,252); }

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

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

 a { background-color: rgb(64,230,252); }

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

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

 span { border-color: rgb(64,230,252); }

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