#41F9E8

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

Shades of Turquoise #41F9E8

Tints of Turquoise #41F9E8

Color information

#41F9E8 (or 0x41F9E8) is unknown color: approx Turquoise. HEX triplet: 41, F9 and E8. RGB value is (65,249,232). Sum of RGB (Red+Green+Blue) = 65+249+232=546 (72% of max value = 765). Red value is 65 (25.78% from 255 or 11.90% from 546); Green value is 249 (97.66% from 255 or 45.60% from 546); Blue value is 232 (91.02% from 255 or 42.49% from 546); Max value from RGB is 249 - color contains mainly: green. Hex color #41F9E8 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #41F9E8 is #BE0617. Grayscale: #BFBFBF. Windows color (decimal): -12453400 or 15268161. OLE color: 15268161.

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

Color convert

RGB65249232-
CMYK0.7400.070.02
HSL174.46º93.88%61.57%-
HSV(B)174.46º73.9%97.65%-
XYZ50.6274.788.09-
YUV192.05150.5437.38-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 11.90%
GREEN value IS 249 (97.66% from 255) = 45.60%
BLUE value IS 232 (91.02% from 255) = 42.49%
R=11.90%
G=45.60%
B=42.49%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal652492320.7400.070.02174.4693.8861.57
Hex41F9E84A072ae5e3e
Octal10137135011207225613676
Binary100000111111001111010001001010011110101011101011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41F9E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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