Html Css Color HEX #41EAC9 Turquoise

📋 copy color: '#41EAC9'

red 65 ◦ green 234 ◦ blue 201

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

Shades of Turquoise #41EAC9

Tints of Turquoise #41EAC9

RGB

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

 GREEN value IS 234 (91.8% from 255) = 46.8%

 BLUE value IS 201 (78.91% from 255) = 40.2%

R = 13%
G = 46.8%
B = 40.2%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.14

 K value IS 0.08

RGB Variations

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

Color information

#41EAC9 (or 0x41EAC9) is known color: Turquoise. HEX triplet: 41, EA and C9. RGB value is (65,234,201). Sum of RGB (Red+Green+Blue) = 65+234+201=500 (66% of max value = 765). Red value is 65 (25.78% from 255 or 13% from 500); Green value is 234 (91.80% from 255 or 46.8% from 500); Blue value is 201 (78.91% from 255 or 40.2% from 500); Max value from RGB is 234 - color contains mainly: green. Hex color #41EAC9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41EAC9 is #BE1536. Grayscale: #B3B3B3. Windows color (decimal): -12457271 or 13232705. OLE color: 13232705.

HSL color Cylindrical-coordinate representation of color #41EAC9: hue angle of 168.28º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #41EAC9 is Cyan = 0.72, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB 65 234 201 -
CMYK 0.72 0 0.14 0.08
HSL 168.28º 0.8% 0.59% -
HSV(B) 168.28º 0.72% 0.92% -
XYZ 42.15 64.19 65.43 -
YUV 179.71 140.01 46.18 -
System Red Green Blue C M Y K H S L
Decimal 65 234 201 0.72 0 0.14 0.08 168.28 0.8 0.59
Hex 41 EA C9 48 0 E 8 A8 50 3B
Octal 101 352 311 110 0 16 10 250 120 73
Binary 1000001 11101010 11001001 1001000 0 1110 1000 10101000 1010000 111011

Color Harmonies of #41EAC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41EAC9

Black with #41EAC9

Text Example


Text Example

White with #41EAC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,234,201); }

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

background-color css

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

 a { background-color: rgb(65,234,201); }

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

border-color css

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

 span { border-color: rgb(65,234,201); }

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