#41EECA

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

Shades of Turquoise #41EECA

Tints of Turquoise #41EECA

Color information

#41EECA (or 0x41EECA) is unknown color: approx Turquoise. HEX triplet: 41, EE and CA. RGB value is (65,238,202). Sum of RGB (Red+Green+Blue) = 65+238+202=505 (66% of max value = 765). Red value is 65 (25.78% from 255 or 12.87% from 505); Green value is 238 (93.36% from 255 or 47.13% from 505); Blue value is 202 (79.30% from 255 or 40% from 505); Max value from RGB is 238 - color contains mainly: green. Hex color #41EECA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41EECA is #BE1135. Grayscale: #B6B6B6. Windows color (decimal): -12456246 or 13299265. OLE color: 13299265.

HSL color Cylindrical-coordinate representation of color #41EECA: hue angle of 167.51º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #41EECA is Cyan = 0.73, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB65238202-
CMYK0.7300.150.07
HSL167.51º83.57%59.41%-
HSV(B)167.51º72.69%93.33%-
XYZ43.4266.5466.43-
YUV182.17139.1944.43-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 12.87%
GREEN value IS 238 (93.36% from 255) = 47.13%
BLUE value IS 202 (79.30% from 255) = 40%
R=12.87%
G=47.13%
B=40%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal652382020.7300.150.07167.5183.5759.41
Hex41EECA490F7a8543b
Octal101356312111017725012473
Binary10000011110111011001010100100101111111101010001010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41EECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,238,202); }

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

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

 a { background-color: rgb(65,238,202); }

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

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

 span { border-color: rgb(65,238,202); }

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