#41E9FC

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

Shades of Turquoise #41E9FC

Tints of Turquoise #41E9FC

Color information

#41E9FC (or 0x41E9FC) is unknown color: approx Turquoise. HEX triplet: 41, E9 and FC. RGB value is (65,233,252). Sum of RGB (Red+Green+Blue) = 65+233+252=550 (72% of max value = 765). Red value is 65 (25.78% from 255 or 11.82% from 550); Green value is 233 (91.41% from 255 or 42.36% from 550); Blue value is 252 (98.83% from 255 or 45.82% from 550); Max value from RGB is 252 - color contains mainly: blue. Hex color #41E9FC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #41E9FC is #BE1603. Grayscale: #B8B8B8. Windows color (decimal): -12457476 or 16574785. OLE color: 16574785.

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

Color convert

RGB65233252-
CMYK0.740.0800.01
HSL186.1º96.89%62.16%-
HSV(B)186.1º74.21%98.82%-
XYZ48.8966.43102.34-
YUV184.93165.8442.46-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 11.82%
GREEN value IS 233 (91.41% from 255) = 42.36%
BLUE value IS 252 (98.83% from 255) = 45.82%
R=11.82%
G=42.36%
B=45.82%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal652332520.740.0800.01186.196.8962.16
Hex41E9FC4A801ba613e
Octal101351374112100127214176
Binary100000111101001111111001001010100001101110101100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41E9FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41E9FC; }

 p { color: rgb(65,233,252); }

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

<style>
 a { background-color: #41E9FC; }

 a { background-color: rgb(65,233,252); }

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

<style>
 span { border-color: #41E9FC; }

 span { border-color: rgb(65,233,252); }

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