Html Css Color HEX #41E7BC Turquoise

📋 copy color: '#41E7BC'

red 65 ◦ green 231 ◦ blue 188

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

Shades of Turquoise #41E7BC

Tints of Turquoise #41E7BC

RGB

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

 GREEN value IS 231 (90.63% from 255) = 47.73%

 BLUE value IS 188 (73.83% from 255) = 38.84%

R = 13.43%
G = 47.73%
B = 38.84%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.19

 K value IS 0.09

RGB Variations

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

Color information

#41E7BC (or 0x41E7BC) is known color: Turquoise. HEX triplet: 41, E7 and BC. RGB value is (65,231,188). Sum of RGB (Red+Green+Blue) = 65+231+188=484 (64% of max value = 765). Red value is 65 (25.78% from 255 or 13.43% from 484); Green value is 231 (90.62% from 255 or 47.73% from 484); Blue value is 188 (73.83% from 255 or 38.84% from 484); Max value from RGB is 231 - color contains mainly: green. Hex color #41E7BC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41E7BC is #BE1843. Grayscale: #B0B0B0. Windows color (decimal): -12458052 or 12379969. OLE color: 12379969.

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

Color convert

RGB 65 231 188 -
CMYK 0.72 0 0.19 0.09
HSL 164.46º 0.78% 0.58% -
HSV(B) 164.46º 0.72% 0.91% -
XYZ 39.83 61.91 57.43 -
YUV 176.46 134.5 48.5 -
System Red Green Blue C M Y K H S L
Decimal 65 231 188 0.72 0 0.19 0.09 164.46 0.78 0.58
Hex 41 E7 BC 48 0 13 9 A4 4E 3A
Octal 101 347 274 110 0 23 11 244 116 72
Binary 1000001 11100111 10111100 1001000 0 10011 1001 10100100 1001110 111010

Color Harmonies of #41E7BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41E7BC

Black with #41E7BC

Text Example


Text Example

White with #41E7BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,231,188); }

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

background-color css

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

 a { background-color: rgb(65,231,188); }

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

border-color css

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

 span { border-color: rgb(65,231,188); }

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