#41FEB8

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

Shades of Turquoise #41FEB8

Tints of Turquoise #41FEB8

Color information

#41FEB8 (or 0x41FEB8) is unknown color: approx Turquoise. HEX triplet: 41, FE and B8. RGB value is (65,254,184). Sum of RGB (Red+Green+Blue) = 65+254+184=503 (66% of max value = 765). Red value is 65 (25.78% from 255 or 12.92% from 503); Green value is 254 (99.61% from 255 or 50.50% from 503); Blue value is 184 (72.27% from 255 or 36.58% from 503); Max value from RGB is 254 - color contains mainly: green. Hex color #41FEB8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41FEB8 is #BE0147. Grayscale: #BDBDBD. Windows color (decimal): -12452168 or 12123713. OLE color: 12123713.

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

Color convert

RGB65254184-
CMYK0.7400.280.00
HSL157.78º98.95%62.55%-
HSV(B)157.78º74.41%99.61%-
XYZ46.2775.4757.48-
YUV189.51124.8839.19-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 12.92%
GREEN value IS 254 (99.61% from 255) = 50.50%
BLUE value IS 184 (72.27% from 255) = 36.58%
R=12.92%
G=50.50%
B=36.58%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal652541840.7400.280.00157.7898.9562.55
Hex41FEB84A01C09e633f
Octal101376270112034023614377
Binary1000001111111101011100010010100111000100111101100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41FEB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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