#41FEBD

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

Shades of Turquoise #41FEBD

Tints of Turquoise #41FEBD

Color information

#41FEBD (or 0x41FEBD) is unknown color: approx Turquoise. HEX triplet: 41, FE and BD. RGB value is (65,254,189). Sum of RGB (Red+Green+Blue) = 65+254+189=508 (67% of max value = 765). Red value is 65 (25.78% from 255 or 12.80% from 508); Green value is 254 (99.61% from 255 or 50% from 508); Blue value is 189 (74.22% from 255 or 37.20% from 508); Max value from RGB is 254 - color contains mainly: green. Hex color #41FEBD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41FEBD is #BE0142. Grayscale: #BEBEBE. Windows color (decimal): -12452163 or 12451393. OLE color: 12451393.

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

Color convert

RGB65254189-
CMYK0.7400.260.00
HSL159.37º98.95%62.55%-
HSV(B)159.37º74.41%99.61%-
XYZ46.8175.6860.29-
YUV190.08127.3838.79-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 12.80%
GREEN value IS 254 (99.61% from 255) = 50%
BLUE value IS 189 (74.22% from 255) = 37.20%
R=12.80%
G=50%
B=37.20%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal652541890.7400.260.00159.3798.9562.55
Hex41FEBD4A01A09f633f
Octal101376275112032023714377
Binary1000001111111101011110110010100110100100111111100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41FEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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