#41EFCC

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

Shades of Turquoise #41EFCC

Tints of Turquoise #41EFCC

Color information

#41EFCC (or 0x41EFCC) is unknown color: approx Turquoise. HEX triplet: 41, EF and CC. RGB value is (65,239,204). Sum of RGB (Red+Green+Blue) = 65+239+204=508 (67% of max value = 765). Red value is 65 (25.78% from 255 or 12.80% from 508); Green value is 239 (93.75% from 255 or 47.05% from 508); Blue value is 204 (80.08% from 255 or 40.16% from 508); Max value from RGB is 239 - color contains mainly: green. Hex color #41EFCC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41EFCC is #BE1033. Grayscale: #B6B6B6. Windows color (decimal): -12455988 or 13430593. OLE color: 13430593.

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

Color convert

RGB65239204-
CMYK0.7300.150.06
HSL167.93º84.47%59.61%-
HSV(B)167.93º72.8%93.73%-
XYZ43.9567.2267.78-
YUV182.98139.8543.85-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 12.80%
GREEN value IS 239 (93.75% from 255) = 47.05%
BLUE value IS 204 (80.08% from 255) = 40.16%
R=12.80%
G=47.05%
B=40.16%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal652392040.7300.150.06167.9384.4759.61
Hex41EFCC490F6a8543c
Octal101357314111017625012474
Binary10000011110111111001100100100101111110101010001010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41EFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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