Html Css Color HEX #41E7DD Turquoise

📋 copy color: '#41E7DD'

red 65 ◦ green 231 ◦ blue 221

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

Shades of Turquoise #41E7DD

Tints of Turquoise #41E7DD

RGB

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

 GREEN value IS 231 (90.63% from 255) = 44.68%

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

R = 12.57%
G = 44.68%
B = 42.75%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.04

 K value IS 0.09

RGB Variations

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

Color information

#41E7DD (or 0x41E7DD) is known color: Turquoise. HEX triplet: 41, E7 and DD. RGB value is (65,231,221). Sum of RGB (Red+Green+Blue) = 65+231+221=517 (68% of max value = 765). Red value is 65 (25.78% from 255 or 12.57% from 517); Green value is 231 (90.62% from 255 or 44.68% from 517); Blue value is 221 (86.72% from 255 or 42.75% from 517); Max value from RGB is 231 - color contains mainly: green. Hex color #41E7DD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41E7DD is #BE1822. Grayscale: #B4B4B4. Windows color (decimal): -12458019 or 14542657. OLE color: 14542657.

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

Color convert

RGB 65 231 221 -
CMYK 0.72 0 0.04 0.09
HSL 176.39º 0.78% 0.58% -
HSV(B) 176.39º 0.72% 0.91% -
XYZ 43.81 63.5 78.35 -
YUV 180.23 151 45.81 -
System Red Green Blue C M Y K H S L
Decimal 65 231 221 0.72 0 0.04 0.09 176.39 0.78 0.58
Hex 41 E7 DD 48 0 4 9 B0 4E 3A
Octal 101 347 335 110 0 4 11 260 116 72
Binary 1000001 11100111 11011101 1001000 0 100 1001 10110000 1001110 111010

Color Harmonies of #41E7DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41E7DD

Black with #41E7DD

Text Example


Text Example

White with #41E7DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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