#41EFD3

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

Shades of Turquoise #41EFD3

Tints of Turquoise #41EFD3

Color information

#41EFD3 (or 0x41EFD3) is unknown color: approx Turquoise. HEX triplet: 41, EF and D3. RGB value is (65,239,211). Sum of RGB (Red+Green+Blue) = 65+239+211=515 (68% of max value = 765). Red value is 65 (25.78% from 255 or 12.62% from 515); Green value is 239 (93.75% from 255 or 46.41% from 515); Blue value is 211 (82.81% from 255 or 40.97% from 515); Max value from RGB is 239 - color contains mainly: green. Hex color #41EFD3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41EFD3 is #BE102C. Grayscale: #B7B7B7. Windows color (decimal): -12455981 or 13889345. OLE color: 13889345.

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

Color convert

RGB65239211-
CMYK0.7300.120.06
HSL170.34º84.47%59.61%-
HSV(B)170.34º72.8%93.73%-
XYZ44.867.5672.31-
YUV183.78143.3543.28-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 12.62%
GREEN value IS 239 (93.75% from 255) = 46.41%
BLUE value IS 211 (82.81% from 255) = 40.97%
R=12.62%
G=46.41%
B=40.97%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal652392110.7300.120.06170.3484.4759.61
Hex41EFD3490C6aa543c
Octal101357323111014625212474
Binary10000011110111111010011100100101100110101010101010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41EFD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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