Html Css Color HEX #41EAC8 Turquoise

📋 copy color: '#41EAC8'

red 65 ◦ green 234 ◦ blue 200

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

Shades of Turquoise #41EAC8

Tints of Turquoise #41EAC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 40.08%

R = 13.03%
G = 46.89%
B = 40.08%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.15

 K value IS 0.08

RGB Variations

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

Color information

#41EAC8 (or 0x41EAC8) is known color: Turquoise. HEX triplet: 41, EA and C8. RGB value is (65,234,200). Sum of RGB (Red+Green+Blue) = 65+234+200=499 (66% of max value = 765). Red value is 65 (25.78% from 255 or 13.03% from 499); Green value is 234 (91.80% from 255 or 46.89% from 499); Blue value is 200 (78.52% from 255 or 40.08% from 499); Max value from RGB is 234 - color contains mainly: green. Hex color #41EAC8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41EAC8 is #BE1537. Grayscale: #B3B3B3. Windows color (decimal): -12457272 or 13167169. OLE color: 13167169.

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

Color convert

RGB 65 234 200 -
CMYK 0.72 0 0.15 0.08
HSL 167.93º 0.8% 0.59% -
HSV(B) 167.93º 0.72% 0.92% -
XYZ 42.03 64.14 64.81 -
YUV 179.59 139.51 46.26 -
System Red Green Blue C M Y K H S L
Decimal 65 234 200 0.72 0 0.15 0.08 167.93 0.8 0.59
Hex 41 EA C8 48 0 F 8 A8 50 3B
Octal 101 352 310 110 0 17 10 250 120 73
Binary 1000001 11101010 11001000 1001000 0 1111 1000 10101000 1010000 111011

Color Harmonies of #41EAC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41EAC8

Black with #41EAC8

Text Example


Text Example

White with #41EAC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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