#41FECE

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

Shades of Turquoise #41FECE

Tints of Turquoise #41FECE

Color information

#41FECE (or 0x41FECE) is unknown color: approx Turquoise. HEX triplet: 41, FE and CE. RGB value is (65,254,206). Sum of RGB (Red+Green+Blue) = 65+254+206=525 (69% of max value = 765). Red value is 65 (25.78% from 255 or 12.38% from 525); Green value is 254 (99.61% from 255 or 48.38% from 525); Blue value is 206 (80.86% from 255 or 39.24% from 525); Max value from RGB is 254 - color contains mainly: green. Hex color #41FECE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41FECE is #BE0131. Grayscale: #C0C0C0. Windows color (decimal): -12452146 or 13565505. OLE color: 13565505.

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

Color convert

RGB65254206-
CMYK0.7400.190.00
HSL164.76º98.95%62.55%-
HSV(B)164.76º74.41%99.61%-
XYZ48.7676.4670.58-
YUV192.02135.8837.4-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 12.38%
GREEN value IS 254 (99.61% from 255) = 48.38%
BLUE value IS 206 (80.86% from 255) = 39.24%
R=12.38%
G=48.38%
B=39.24%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal652542060.7400.190.00164.7698.9562.55
Hex41FECE4A0130a5633f
Octal101376316112023024514377
Binary1000001111111101100111010010100100110101001011100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41FECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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