Html Css Color HEX #41EEDD Turquoise

📋 copy color: '#41EEDD'

red 65 ◦ green 238 ◦ blue 221

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

Shades of Turquoise #41EEDD

Tints of Turquoise #41EEDD

RGB

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

 GREEN value IS 238 (93.36% from 255) = 45.42%

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

R = 12.4%
G = 45.42%
B = 42.18%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#41EEDD (or 0x41EEDD) is known color: Turquoise. HEX triplet: 41, EE and DD. RGB value is (65,238,221). Sum of RGB (Red+Green+Blue) = 65+238+221=524 (69% of max value = 765). Red value is 65 (25.78% from 255 or 12.40% from 524); Green value is 238 (93.36% from 255 or 45.42% from 524); Blue value is 221 (86.72% from 255 or 42.18% from 524); Max value from RGB is 238 - color contains mainly: green. Hex color #41EEDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41EEDD is #BE1122. Grayscale: #B8B8B8. Windows color (decimal): -12456227 or 14544449. OLE color: 14544449.

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

Color convert

RGB 65 238 221 -
CMYK 0.73 0 0.07 0.07
HSL 174.1º 0.84% 0.59% -
HSV(B) 174.1º 0.73% 0.93% -
XYZ 45.81 67.49 79.02 -
YUV 184.34 148.69 42.88 -
System Red Green Blue C M Y K H S L
Decimal 65 238 221 0.73 0 0.07 0.07 174.1 0.84 0.59
Hex 41 EE DD 49 0 7 7 AE 54 3B
Octal 101 356 335 111 0 7 7 256 124 73
Binary 1000001 11101110 11011101 1001001 0 111 111 10101110 1010100 111011

Color Harmonies of #41EEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41EEDD

Black with #41EEDD

Text Example


Text Example

White with #41EEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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