#41FEE7

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

Shades of Turquoise #41FEE7

Tints of Turquoise #41FEE7

Color information

#41FEE7 (or 0x41FEE7) is unknown color: approx Turquoise. HEX triplet: 41, FE and E7. RGB value is (65,254,231). Sum of RGB (Red+Green+Blue) = 65+254+231=550 (72% of max value = 765). Red value is 65 (25.78% from 255 or 11.82% from 550); Green value is 254 (99.61% from 255 or 46.18% from 550); Blue value is 231 (90.62% from 255 or 42% from 550); Max value from RGB is 254 - color contains mainly: green. Hex color #41FEE7 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #41FEE7 is #BE0118. Grayscale: #C2C2C2. Windows color (decimal): -12452121 or 15203905. OLE color: 15203905.

HSL color Cylindrical-coordinate representation of color #41FEE7: hue angle of 172.7º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #41FEE7 is Cyan = 0.74, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.00.

Color convert

RGB65254231-
CMYK0.7400.090.00
HSL172.7º98.95%62.55%-
HSV(B)172.7º74.41%99.61%-
XYZ52.0577.7887.87-
YUV194.87148.3835.37-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 11.82%
GREEN value IS 254 (99.61% from 255) = 46.18%
BLUE value IS 231 (90.62% from 255) = 42%
R=11.82%
G=46.18%
B=42%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal652542310.7400.090.00172.798.9562.55
Hex41FEE74A090ad633f
Octal101376347112011025514377
Binary100000111111110111001111001010010010101011011100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41FEE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,254,231); }

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

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

 a { background-color: rgb(65,254,231); }

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

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

 span { border-color: rgb(65,254,231); }

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