#41EEE3

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

Shades of Turquoise #41EEE3

Tints of Turquoise #41EEE3

Color information

#41EEE3 (or 0x41EEE3) is unknown color: approx Turquoise. HEX triplet: 41, EE and E3. RGB value is (65,238,227). Sum of RGB (Red+Green+Blue) = 65+238+227=530 (70% of max value = 765). Red value is 65 (25.78% from 255 or 12.26% from 530); Green value is 238 (93.36% from 255 or 44.91% from 530); Blue value is 227 (89.06% from 255 or 42.83% from 530); Max value from RGB is 238 - color contains mainly: green. Hex color #41EEE3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41EEE3 is #BE111C. Grayscale: #B8B8B8. Windows color (decimal): -12456221 or 14937665. OLE color: 14937665.

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

Color convert

RGB65238227-
CMYK0.7300.050.07
HSL176.18º83.57%59.41%-
HSV(B)176.18º72.69%93.33%-
XYZ46.6267.8283.31-
YUV185.02151.6942.39-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 12.26%
GREEN value IS 238 (93.36% from 255) = 44.91%
BLUE value IS 227 (89.06% from 255) = 42.83%
R=12.26%
G=44.91%
B=42.83%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal652382270.7300.050.07176.1883.5759.41
Hex41EEE349057b0543b
Octal10135634311105726012473
Binary1000001111011101110001110010010101111101100001010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41EEE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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