Html Css Color HEX #41F7BE Turquoise

📋 copy color: '#41F7BE'

red 65 ◦ green 247 ◦ blue 190

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

Shades of Turquoise #41F7BE

Tints of Turquoise #41F7BE

RGB

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

 GREEN value IS 247 (96.88% from 255) = 49.2%

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

R = 12.95%
G = 49.2%
B = 37.85%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.23

 K value IS 0.03

RGB Variations

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

Color information

#41F7BE (or 0x41F7BE) is known color: Turquoise. HEX triplet: 41, F7 and BE. RGB value is (65,247,190). Sum of RGB (Red+Green+Blue) = 65+247+190=502 (66% of max value = 765). Red value is 65 (25.78% from 255 or 12.95% from 502); Green value is 247 (96.88% from 255 or 49.20% from 502); Blue value is 190 (74.61% from 255 or 37.85% from 502); Max value from RGB is 247 - color contains mainly: green. Hex color #41F7BE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41F7BE is #BE0841. Grayscale: #BABABA. Windows color (decimal): -12453954 or 12515137. OLE color: 12515137.

HSL color Cylindrical-coordinate representation of color #41F7BE: hue angle of 161.21º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #41F7BE is Cyan = 0.74, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.03.

Color convert

RGB 65 247 190 -
CMYK 0.74 0 0.23 0.03
HSL 161.21º 0.92% 0.61% -
HSV(B) 161.21º 0.74% 0.97% -
XYZ 44.74 71.36 60.13 -
YUV 186.08 130.2 41.63 -
System Red Green Blue C M Y K H S L
Decimal 65 247 190 0.74 0 0.23 0.03 161.21 0.92 0.61
Hex 41 F7 BE 4A 0 17 3 A1 5C 3D
Octal 101 367 276 112 0 27 3 241 134 75
Binary 1000001 11110111 10111110 1001010 0 10111 11 10100001 1011100 111101

Color Harmonies of #41F7BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41F7BE

Black with #41F7BE

Text Example


Text Example

White with #41F7BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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