#41F7CD

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

Shades of Turquoise #41F7CD

Tints of Turquoise #41F7CD

Color information

#41F7CD (or 0x41F7CD) is unknown color: approx Turquoise. HEX triplet: 41, F7 and CD. RGB value is (65,247,205). Sum of RGB (Red+Green+Blue) = 65+247+205=517 (68% of max value = 765). Red value is 65 (25.78% from 255 or 12.57% from 517); Green value is 247 (96.88% from 255 or 47.78% from 517); Blue value is 205 (80.47% from 255 or 39.65% from 517); Max value from RGB is 247 - color contains mainly: green. Hex color #41F7CD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41F7CD is #BE0832. Grayscale: #BBBBBB. Windows color (decimal): -12453939 or 13498177. OLE color: 13498177.

HSL color Cylindrical-coordinate representation of color #41F7CD: hue angle of 166.15º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #41F7CD is Cyan = 0.74, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB65247205-
CMYK0.7400.170.03
HSL166.15º91.92%61.18%-
HSV(B)166.15º73.68%96.86%-
XYZ46.4672.0569.22-
YUV187.79137.740.42-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 12.57%
GREEN value IS 247 (96.88% from 255) = 47.78%
BLUE value IS 205 (80.47% from 255) = 39.65%
R=12.57%
G=47.78%
B=39.65%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal652472050.7400.170.03166.1591.9261.18
Hex41F7CD4A0113a65c3d
Octal101367315112021324613475
Binary10000011111011111001101100101001000111101001101011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41F7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,247,205); }

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

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

 a { background-color: rgb(65,247,205); }

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

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

 span { border-color: rgb(65,247,205); }

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