#41FECC

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

Shades of Turquoise #41FECC

Tints of Turquoise #41FECC

Color information

#41FECC (or 0x41FECC) is unknown color: approx Turquoise. HEX triplet: 41, FE and CC. RGB value is (65,254,204). Sum of RGB (Red+Green+Blue) = 65+254+204=523 (69% of max value = 765). Red value is 65 (25.78% from 255 or 12.43% from 523); Green value is 254 (99.61% from 255 or 48.57% from 523); Blue value is 204 (80.08% from 255 or 39.01% from 523); Max value from RGB is 254 - color contains mainly: green. Hex color #41FECC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41FECC is #BE0133. Grayscale: #BFBFBF. Windows color (decimal): -12452148 or 13434433. OLE color: 13434433.

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

Color convert

RGB65254204-
CMYK0.7400.200.00
HSL164.13º98.95%62.55%-
HSV(B)164.13º74.41%99.61%-
XYZ48.5276.3769.31-
YUV191.79134.8837.57-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 12.43%
GREEN value IS 254 (99.61% from 255) = 48.57%
BLUE value IS 204 (80.08% from 255) = 39.01%
R=12.43%
G=48.57%
B=39.01%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal652542040.7400.200.00164.1398.9562.55
Hex41FECC4A0140a4633f
Octal101376314112024024414377
Binary1000001111111101100110010010100101000101001001100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41FECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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