Html Css Color HEX #41C7BE Medium Turquoise

📋 copy color: '#41C7BE'

red 65 ◦ green 199 ◦ blue 190

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

Shades of Medium Turquoise #41C7BE

Tints of Medium Turquoise #41C7BE

RGB

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

 GREEN value IS 199 (78.13% from 255) = 43.83%

 BLUE value IS 190 (74.61% from 255) = 41.85%

R = 14.32%
G = 43.83%
B = 41.85%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#41C7BE (or 0x41C7BE) is known color: Medium Turquoise. HEX triplet: 41, C7 and BE. RGB value is (65,199,190). Sum of RGB (Red+Green+Blue) = 65+199+190=454 (60% of max value = 765). Red value is 65 (25.78% from 255 or 14.32% from 454); Green value is 199 (78.12% from 255 or 43.83% from 454); Blue value is 190 (74.61% from 255 or 41.85% from 454); Max value from RGB is 199 - color contains mainly: green. Hex color #41C7BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41C7BE is #BE3841. Grayscale: #9D9D9D. Windows color (decimal): -12466242 or 12502849. OLE color: 12502849.

HSL color Cylindrical-coordinate representation of color #41C7BE: hue angle of 175.97º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #41C7BE is Cyan = 0.67, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB 65 199 190 -
CMYK 0.67 0 0.05 0.22
HSL 175.97º 0.54% 0.52% -
HSV(B) 175.97º 0.67% 0.78% -
XYZ 31.9 45.69 55.85 -
YUV 157.91 146.11 61.73 -
System Red Green Blue C M Y K H S L
Decimal 65 199 190 0.67 0 0.05 0.22 175.97 0.54 0.52
Hex 41 C7 BE 43 0 5 16 B0 36 34
Octal 101 307 276 103 0 5 26 260 66 64
Binary 1000001 11000111 10111110 1000011 0 101 10110 10110000 110110 110100

Color Harmonies of #41C7BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41C7BE

Black with #41C7BE

Text Example


Text Example

White with #41C7BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,199,190); }

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

background-color css

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

 a { background-color: rgb(65,199,190); }

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

border-color css

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

 span { border-color: rgb(65,199,190); }

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