Html Css Color HEX #41E8D7 Turquoise

📋 copy color: '#41E8D7'

red 65 ◦ green 232 ◦ blue 215

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

Shades of Turquoise #41E8D7

Tints of Turquoise #41E8D7

RGB

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

 GREEN value IS 232 (91.02% from 255) = 45.31%

 BLUE value IS 215 (84.38% from 255) = 41.99%

R = 12.7%
G = 45.31%
B = 41.99%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.07

 K value IS 0.09

RGB Variations

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

Color information

#41E8D7 (or 0x41E8D7) is known color: Turquoise. HEX triplet: 41, E8 and D7. RGB value is (65,232,215). Sum of RGB (Red+Green+Blue) = 65+232+215=512 (67% of max value = 765). Red value is 65 (25.78% from 255 or 12.70% from 512); Green value is 232 (91.02% from 255 or 45.31% from 512); Blue value is 215 (84.38% from 255 or 41.99% from 512); Max value from RGB is 232 - color contains mainly: green. Hex color #41E8D7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41E8D7 is #BE1728. Grayscale: #B4B4B4. Windows color (decimal): -12457769 or 14149697. OLE color: 14149697.

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

Color convert

RGB 65 232 215 -
CMYK 0.72 0 0.07 0.09
HSL 173.89º 0.78% 0.58% -
HSV(B) 173.89º 0.72% 0.91% -
XYZ 43.3 63.74 74.31 -
YUV 180.13 147.67 45.88 -
System Red Green Blue C M Y K H S L
Decimal 65 232 215 0.72 0 0.07 0.09 173.89 0.78 0.58
Hex 41 E8 D7 48 0 7 9 AE 4E 3A
Octal 101 350 327 110 0 7 11 256 116 72
Binary 1000001 11101000 11010111 1001000 0 111 1001 10101110 1001110 111010

Color Harmonies of #41E8D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41E8D7

Black with #41E8D7

Text Example


Text Example

White with #41E8D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,232,215); }

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

background-color css

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

 a { background-color: rgb(65,232,215); }

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

border-color css

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

 span { border-color: rgb(65,232,215); }

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