#41FBEE

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

Shades of Turquoise #41FBEE

Tints of Turquoise #41FBEE

Color information

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

HSL color Cylindrical-coordinate representation of color #41FBEE: hue angle of 175.81º 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 #41FBEE is Cyan = 0.74, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB65251238-
CMYK0.7400.050.02
HSL175.81º95.88%61.96%-
HSV(B)175.81º74.1%98.43%-
XYZ52.1176.2992.87-
YUV193.9152.8836.06-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal652512380.7400.050.02175.8195.8861.96
Hex41FBEE4A052b0603e
Octal10137335611205226014076
Binary100000111111011111011101001010010110101100001100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41FBEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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