Html Css Color HEX #41EEC9 Turquoise

📋 copy color: '#41EEC9'

red 65 ◦ green 238 ◦ blue 201

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

Shades of Turquoise #41EEC9

Tints of Turquoise #41EEC9

RGB

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

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

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

R = 12.9%
G = 47.22%
B = 39.88%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#41EEC9 (or 0x41EEC9) is known color: Turquoise. HEX triplet: 41, EE and C9. RGB value is (65,238,201). Sum of RGB (Red+Green+Blue) = 65+238+201=504 (66% of max value = 765). Red value is 65 (25.78% from 255 or 12.90% from 504); Green value is 238 (93.36% from 255 or 47.22% from 504); Blue value is 201 (78.91% from 255 or 39.88% from 504); Max value from RGB is 238 - color contains mainly: green. Hex color #41EEC9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41EEC9 is #BE1136. Grayscale: #B6B6B6. Windows color (decimal): -12456247 or 13233729. OLE color: 13233729.

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

Color convert

RGB 65 238 201 -
CMYK 0.73 0 0.16 0.07
HSL 167.17º 0.84% 0.59% -
HSV(B) 167.17º 0.73% 0.93% -
XYZ 43.3 66.49 65.81 -
YUV 182.06 138.69 44.51 -
System Red Green Blue C M Y K H S L
Decimal 65 238 201 0.73 0 0.16 0.07 167.17 0.84 0.59
Hex 41 EE C9 49 0 10 7 A7 54 3B
Octal 101 356 311 111 0 20 7 247 124 73
Binary 1000001 11101110 11001001 1001001 0 10000 111 10100111 1010100 111011

Color Harmonies of #41EEC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41EEC9

Black with #41EEC9

Text Example


Text Example

White with #41EEC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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