#41F1CD

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

Shades of Turquoise #41F1CD

Tints of Turquoise #41F1CD

Color information

#41F1CD (or 0x41F1CD) is unknown color: approx Turquoise. HEX triplet: 41, F1 and CD. RGB value is (65,241,205). Sum of RGB (Red+Green+Blue) = 65+241+205=511 (67% of max value = 765). Red value is 65 (25.78% from 255 or 12.72% from 511); Green value is 241 (94.53% from 255 or 47.16% from 511); Blue value is 205 (80.47% from 255 or 40.12% from 511); Max value from RGB is 241 - color contains mainly: green. Hex color #41F1CD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41F1CD is #BE0E32. Grayscale: #B8B8B8. Windows color (decimal): -12455475 or 13496641. OLE color: 13496641.

HSL color Cylindrical-coordinate representation of color #41F1CD: hue angle of 167.73º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #41F1CD is Cyan = 0.73, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB65241205-
CMYK0.7300.150.05
HSL167.73º86.27%60%-
HSV(B)167.73º73.03%94.51%-
XYZ44.6568.4468.61-
YUV184.27139.6942.93-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 12.72%
GREEN value IS 241 (94.53% from 255) = 47.16%
BLUE value IS 205 (80.47% from 255) = 40.12%
R=12.72%
G=47.16%
B=40.12%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal652412050.7300.150.05167.7386.2760
Hex41F1CD490F5a8563c
Octal101361315111017525012674
Binary10000011111000111001101100100101111101101010001010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41F1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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