Html Css Color HEX #41E9DD Turquoise

📋 copy color: '#41E9DD'

red 65 ◦ green 233 ◦ blue 221

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

Shades of Turquoise #41E9DD

Tints of Turquoise #41E9DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 42.58%

R = 12.52%
G = 44.89%
B = 42.58%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#41E9DD (or 0x41E9DD) is known color: Turquoise. HEX triplet: 41, E9 and DD. RGB value is (65,233,221). Sum of RGB (Red+Green+Blue) = 65+233+221=519 (68% of max value = 765). Red value is 65 (25.78% from 255 or 12.52% from 519); Green value is 233 (91.41% from 255 or 44.89% from 519); Blue value is 221 (86.72% from 255 or 42.58% from 519); Max value from RGB is 233 - color contains mainly: green. Hex color #41E9DD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41E9DD is #BE1622. Grayscale: #B5B5B5. Windows color (decimal): -12457507 or 14543169. OLE color: 14543169.

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

Color convert

RGB 65 233 221 -
CMYK 0.72 0 0.05 0.09
HSL 175.71º 0.79% 0.58% -
HSV(B) 175.71º 0.72% 0.91% -
XYZ 44.37 64.62 78.54 -
YUV 181.4 150.34 44.98 -
System Red Green Blue C M Y K H S L
Decimal 65 233 221 0.72 0 0.05 0.09 175.71 0.79 0.58
Hex 41 E9 DD 48 0 5 9 B0 4F 3A
Octal 101 351 335 110 0 5 11 260 117 72
Binary 1000001 11101001 11011101 1001000 0 101 1001 10110000 1001111 111010

Color Harmonies of #41E9DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41E9DD

Black with #41E9DD

Text Example


Text Example

White with #41E9DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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