#41FEE6

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

Shades of Turquoise #41FEE6

Tints of Turquoise #41FEE6

Color information

#41FEE6 (or 0x41FEE6) is unknown color: approx Turquoise. HEX triplet: 41, FE and E6. RGB value is (65,254,230). Sum of RGB (Red+Green+Blue) = 65+254+230=549 (72% of max value = 765). Red value is 65 (25.78% from 255 or 11.84% from 549); Green value is 254 (99.61% from 255 or 46.27% from 549); Blue value is 230 (90.23% from 255 or 41.89% from 549); Max value from RGB is 254 - color contains mainly: green. Hex color #41FEE6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #41FEE6 is #BE0119. Grayscale: #C2C2C2. Windows color (decimal): -12452122 or 15138369. OLE color: 15138369.

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

Color convert

RGB65254230-
CMYK0.7400.090.00
HSL172.38º98.95%62.55%-
HSV(B)172.38º74.41%99.61%-
XYZ51.977.7287.13-
YUV194.75147.8835.45-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 11.84%
GREEN value IS 254 (99.61% from 255) = 46.27%
BLUE value IS 230 (90.23% from 255) = 41.89%
R=11.84%
G=46.27%
B=41.89%

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
Decimal652542300.7400.090.00172.3898.9562.55
Hex41FEE64A090ac633f
Octal101376346112011025414377
Binary100000111111110111001101001010010010101011001100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41FEE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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