#41FED1

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

Shades of Turquoise #41FED1

Tints of Turquoise #41FED1

Color information

#41FED1 (or 0x41FED1) is unknown color: approx Turquoise. HEX triplet: 41, FE and D1. RGB value is (65,254,209). Sum of RGB (Red+Green+Blue) = 65+254+209=528 (69% of max value = 765). Red value is 65 (25.78% from 255 or 12.31% from 528); Green value is 254 (99.61% from 255 or 48.11% from 528); Blue value is 209 (82.03% from 255 or 39.58% from 528); Max value from RGB is 254 - color contains mainly: green. Hex color #41FED1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41FED1 is #BE012E. Grayscale: #C0C0C0. Windows color (decimal): -12452143 or 13762113. OLE color: 13762113.

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

Color convert

RGB65254209-
CMYK0.7400.180.00
HSL165.71º98.95%62.55%-
HSV(B)165.71º74.41%99.61%-
XYZ49.1376.6172.52-
YUV192.36137.3837.16-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 12.31%
GREEN value IS 254 (99.61% from 255) = 48.11%
BLUE value IS 209 (82.03% from 255) = 39.58%
R=12.31%
G=48.11%
B=39.58%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal652542090.7400.180.00165.7198.9562.55
Hex41FED14A0120a6633f
Octal101376321112022024614377
Binary1000001111111101101000110010100100100101001101100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41FED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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