Html Css Color HEX #41F7C0 Turquoise

📋 copy color: '#41F7C0'

red 65 ◦ green 247 ◦ blue 192

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

Shades of Turquoise #41F7C0

Tints of Turquoise #41F7C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 38.1%

R = 12.9%
G = 49.01%
B = 38.1%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.22

 K value IS 0.03

RGB Variations

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

Color information

#41F7C0 (or 0x41F7C0) is known color: Turquoise. HEX triplet: 41, F7 and C0. RGB value is (65,247,192). Sum of RGB (Red+Green+Blue) = 65+247+192=504 (66% of max value = 765). Red value is 65 (25.78% from 255 or 12.90% from 504); Green value is 247 (96.88% from 255 or 49.01% from 504); Blue value is 192 (75.39% from 255 or 38.10% from 504); Max value from RGB is 247 - color contains mainly: green. Hex color #41F7C0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41F7C0 is #BE083F. Grayscale: #BABABA. Windows color (decimal): -12453952 or 12646209. OLE color: 12646209.

HSL color Cylindrical-coordinate representation of color #41F7C0: hue angle of 161.87º 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 #41F7C0 is Cyan = 0.74, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.03.

Color convert

RGB 65 247 192 -
CMYK 0.74 0 0.22 0.03
HSL 161.87º 0.92% 0.61% -
HSV(B) 161.87º 0.74% 0.97% -
XYZ 44.96 71.45 61.29 -
YUV 186.31 131.2 41.47 -
System Red Green Blue C M Y K H S L
Decimal 65 247 192 0.74 0 0.22 0.03 161.87 0.92 0.61
Hex 41 F7 C0 4A 0 16 3 A2 5C 3D
Octal 101 367 300 112 0 26 3 242 134 75
Binary 1000001 11110111 11000000 1001010 0 10110 11 10100010 1011100 111101

Color Harmonies of #41F7C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41F7C0

Black with #41F7C0

Text Example


Text Example

White with #41F7C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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