#41efcf

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

Shades of Turquoise #41EFCF

Tints of Turquoise #41EFCF

Color information

#41EFCF (or 0x41EFCF) is unknown color: approx Turquoise. HEX triplet: 41, EF and CF. RGB value is (65,239,207). Sum of RGB (Red+Green+Blue) = 65+239+207=511 (67% of max value = 765). Red value is 65 (25.78% from 255 or 12.72% from 511); Green value is 239 (93.75% from 255 or 46.77% from 511); Blue value is 207 (81.25% from 255 or 40.51% from 511); Max value from RGB is 239 - color contains mainly: green. Hex color #41EFCF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41EFCF is #BE1030. Grayscale: #B7B7B7. Windows color (decimal): -12455985 or 13627201. OLE color: 13627201.

HSL color Cylindrical-coordinate representation of color #41EFCF: hue angle of 168.97º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #41EFCF is Cyan = 0.73, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.

Color convert

RGB65239207-
CMYK0.7300.130.06
HSL168.97º84.47%59.61%-
HSV(B)168.97º72.8%93.73%-
XYZ44.3167.3669.7-
YUV183.33141.3543.6-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 12.72%
GREEN value IS 239 (93.75% from 255) = 46.77%
BLUE value IS 207 (81.25% from 255) = 40.51%
R=12.72%
G=46.77%
B=40.51%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal652392070.7300.130.06168.9784.4759.61
Hex41EFCF490D6a9543c
Octal101357317111015625112474
Binary10000011110111111001111100100101101110101010011010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41efcf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,239,207); }

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

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

 a { background-color: rgb(65,239,207); }

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

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

 span { border-color: rgb(65,239,207); }

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