#41EEFB

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

Shades of Turquoise #41EEFB

Tints of Turquoise #41EEFB

Color information

#41EEFB (or 0x41EEFB) is unknown color: approx Turquoise. HEX triplet: 41, EE and FB. RGB value is (65,238,251). Sum of RGB (Red+Green+Blue) = 65+238+251=554 (73% of max value = 765). Red value is 65 (25.78% from 255 or 11.73% from 554); Green value is 238 (93.36% from 255 or 42.96% from 554); Blue value is 251 (98.44% from 255 or 45.31% from 554); Max value from RGB is 251 - color contains mainly: blue. Hex color #41EEFB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #41EEFB is #BE1104. Grayscale: #BBBBBB. Windows color (decimal): -12456197 or 16510529. OLE color: 16510529.

HSL color Cylindrical-coordinate representation of color #41EEFB: hue angle of 184.19º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #41EEFB is Cyan = 0.74, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB65238251-
CMYK0.740.0500.02
HSL184.19º95.88%61.96%-
HSV(B)184.19º74.1%98.43%-
XYZ50.1769.24101.99-
YUV187.76163.6940.44-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 11.73%
GREEN value IS 238 (93.36% from 255) = 42.96%
BLUE value IS 251 (98.44% from 255) = 45.31%
R=11.73%
G=42.96%
B=45.31%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal652382510.740.0500.02184.1995.8861.96
Hex41EEFB4A502b8603e
Octal10135637311250227014076
Binary100000111101110111110111001010101010101110001100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41EEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,238,251); }

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

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

 a { background-color: rgb(65,238,251); }

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

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

 span { border-color: rgb(65,238,251); }

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