Html Css Color HEX #41E9DC Turquoise

📋 copy color: '#41E9DC'

red 65 ◦ green 233 ◦ blue 220

#41E9DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise #41E9DC

Tints of Turquoise #41E9DC

RGB

 RED value IS 65 (25.78% from 255) = 12.55%

 GREEN value IS 233 (91.41% from 255) = 44.98%

 BLUE value IS 220 (86.33% from 255) = 42.47%

R = 12.55%
G = 44.98%
B = 42.47%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#41E9DC (or 0x41E9DC) is known color: Turquoise. HEX triplet: 41, E9 and DC. RGB value is (65,233,220). Sum of RGB (Red+Green+Blue) = 65+233+220=518 (68% of max value = 765). Red value is 65 (25.78% from 255 or 12.55% from 518); Green value is 233 (91.41% from 255 or 44.98% from 518); Blue value is 220 (86.33% from 255 or 42.47% from 518); Max value from RGB is 233 - color contains mainly: green. Hex color #41E9DC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41E9DC is #BE1623. Grayscale: #B5B5B5. Windows color (decimal): -12457508 or 14477633. OLE color: 14477633.

HSL color Cylindrical-coordinate representation of color #41E9DC: hue angle of 175.36º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #41E9DC is Cyan = 0.72, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB 65 233 220 -
CMYK 0.72 0 0.06 0.09
HSL 175.36º 0.79% 0.58% -
HSV(B) 175.36º 0.72% 0.91% -
XYZ 44.24 64.57 77.84 -
YUV 181.29 149.84 45.06 -
System Red Green Blue C M Y K H S L
Decimal 65 233 220 0.72 0 0.06 0.09 175.36 0.79 0.58
Hex 41 E9 DC 48 0 6 9 AF 4F 3A
Octal 101 351 334 110 0 6 11 257 117 72
Binary 1000001 11101001 11011100 1001000 0 110 1001 10101111 1001111 111010

Color Harmonies of #41E9DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41E9DC

Black with #41E9DC

Text Example


Text Example

White with #41E9DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,233,220); }

 H1.HeaderClassName
 {
   color: #41E9DC;
 }
 .AnyTagClassName
 {
   color: #41E9DC;
 }
</style>

background-color css

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

 a { background-color: rgb(65,233,220); }

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

border-color css

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

 span { border-color: rgb(65,233,220); }

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