Html Css Color HEX #41ECC9 Turquoise

📋 copy color: '#41ECC9'

red 65 ◦ green 236 ◦ blue 201

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

Shades of Turquoise #41ECC9

Tints of Turquoise #41ECC9

RGB

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

 GREEN value IS 236 (92.58% from 255) = 47.01%

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

R = 12.95%
G = 47.01%
B = 40.04%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#41ECC9 (or 0x41ECC9) is known color: Turquoise. HEX triplet: 41, EC and C9. RGB value is (65,236,201). Sum of RGB (Red+Green+Blue) = 65+236+201=502 (66% of max value = 765). Red value is 65 (25.78% from 255 or 12.95% from 502); Green value is 236 (92.58% from 255 or 47.01% from 502); Blue value is 201 (78.91% from 255 or 40.04% from 502); Max value from RGB is 236 - color contains mainly: green. Hex color #41ECC9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41ECC9 is #BE1336. Grayscale: #B4B4B4. Windows color (decimal): -12456759 or 13233217. OLE color: 13233217.

HSL color Cylindrical-coordinate representation of color #41ECC9: hue angle of 167.72º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #41ECC9 is Cyan = 0.72, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB 65 236 201 -
CMYK 0.72 0 0.15 0.07
HSL 167.72º 0.82% 0.59% -
HSV(B) 167.72º 0.72% 0.93% -
XYZ 42.72 65.33 65.62 -
YUV 180.88 139.35 45.35 -
System Red Green Blue C M Y K H S L
Decimal 65 236 201 0.72 0 0.15 0.07 167.72 0.82 0.59
Hex 41 EC C9 48 0 F 7 A8 52 3B
Octal 101 354 311 110 0 17 7 250 122 73
Binary 1000001 11101100 11001001 1001000 0 1111 111 10101000 1010010 111011

Color Harmonies of #41ECC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41ECC9

Black with #41ECC9

Text Example


Text Example

White with #41ECC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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