#41E8FD

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

Shades of Turquoise #41E8FD

Tints of Turquoise #41E8FD

Color information

#41E8FD (or 0x41E8FD) is unknown color: approx Turquoise. HEX triplet: 41, E8 and FD. RGB value is (65,232,253). Sum of RGB (Red+Green+Blue) = 65+232+253=550 (72% of max value = 765). Red value is 65 (25.78% from 255 or 11.82% from 550); Green value is 232 (91.02% from 255 or 42.18% from 550); Blue value is 253 (99.22% from 255 or 46% from 550); Max value from RGB is 253 - color contains mainly: blue. Hex color #41E8FD is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #41E8FD is #BE1702. Grayscale: #B8B8B8. Windows color (decimal): -12457731 or 16640065. OLE color: 16640065.

HSL color Cylindrical-coordinate representation of color #41E8FD: hue angle of 186.7º degrees, saturation: 0.98, 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 #41E8FD is Cyan = 0.74, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB65232253-
CMYK0.740.0800.01
HSL186.7º97.92%62.35%-
HSV(B)186.7º74.31%99.22%-
XYZ48.7765.93103.08-
YUV184.46166.6742.79-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 11.82%
GREEN value IS 232 (91.02% from 255) = 42.18%
BLUE value IS 253 (99.22% from 255) = 46%
R=11.82%
G=42.18%
B=46%

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
Decimal652322530.740.0800.01186.797.9262.35
Hex41E8FD4A801bb623e
Octal101350375112100127314276
Binary100000111101000111111011001010100001101110111100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41E8FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,232,253); }

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

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

 a { background-color: rgb(65,232,253); }

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

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

 span { border-color: rgb(65,232,253); }

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