#41EEDB

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

Shades of Turquoise #41EEDB

Tints of Turquoise #41EEDB

Color information

#41EEDB (or 0x41EEDB) is unknown color: approx Turquoise. HEX triplet: 41, EE and DB. RGB value is (65,238,219). Sum of RGB (Red+Green+Blue) = 65+238+219=522 (69% of max value = 765). Red value is 65 (25.78% from 255 or 12.45% from 522); Green value is 238 (93.36% from 255 or 45.59% from 522); Blue value is 219 (85.94% from 255 or 41.95% from 522); Max value from RGB is 238 - color contains mainly: green. Hex color #41EEDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41EEDB is #BE1124. Grayscale: #B8B8B8. Windows color (decimal): -12456229 or 14413377. OLE color: 14413377.

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

Color convert

RGB65238219-
CMYK0.7300.080.07
HSL173.41º83.57%59.41%-
HSV(B)173.41º72.69%93.33%-
XYZ45.5467.3977.62-
YUV184.11147.6943.04-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 12.45%
GREEN value IS 238 (93.36% from 255) = 45.59%
BLUE value IS 219 (85.94% from 255) = 41.95%
R=12.45%
G=45.59%
B=41.95%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal652382190.7300.080.07173.4183.5759.41
Hex41EEDB49087ad543b
Octal101356333111010725512473
Binary10000011110111011011011100100101000111101011011010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41EEDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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