#41F1CB

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

Shades of Turquoise #41F1CB

Tints of Turquoise #41F1CB

Color information

#41F1CB (or 0x41F1CB) is unknown color: approx Turquoise. HEX triplet: 41, F1 and CB. RGB value is (65,241,203). Sum of RGB (Red+Green+Blue) = 65+241+203=509 (67% of max value = 765). Red value is 65 (25.78% from 255 or 12.77% from 509); Green value is 241 (94.53% from 255 or 47.35% from 509); Blue value is 203 (79.69% from 255 or 39.88% from 509); Max value from RGB is 241 - color contains mainly: green. Hex color #41F1CB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41F1CB is #BE0E34. Grayscale: #B8B8B8. Windows color (decimal): -12455477 or 13365569. OLE color: 13365569.

HSL color Cylindrical-coordinate representation of color #41F1CB: hue angle of 167.05º 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 #41F1CB is Cyan = 0.73, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB65241203-
CMYK0.7300.160.05
HSL167.05º86.27%60%-
HSV(B)167.05º73.03%94.51%-
XYZ44.4168.3567.35-
YUV184.04138.6943.09-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 12.77%
GREEN value IS 241 (94.53% from 255) = 47.35%
BLUE value IS 203 (79.69% from 255) = 39.88%
R=12.77%
G=47.35%
B=39.88%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal652412030.7300.160.05167.0586.2760
Hex41F1CB490105a7563c
Octal101361313111020524712674
Binary100000111110001110010111001001010000101101001111010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41F1CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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