Html Css Color HEX #41F4BC Turquoise

📋 copy color: '#41F4BC'

red 65 ◦ green 244 ◦ blue 188

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

Shades of Turquoise #41F4BC

Tints of Turquoise #41F4BC

RGB

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

 GREEN value IS 244 (95.7% from 255) = 49.09%

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

R = 13.08%
G = 49.09%
B = 37.83%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.23

 K value IS 0.04

RGB Variations

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

Color information

#41F4BC (or 0x41F4BC) is known color: Turquoise. HEX triplet: 41, F4 and BC. RGB value is (65,244,188). Sum of RGB (Red+Green+Blue) = 65+244+188=497 (65% of max value = 765). Red value is 65 (25.78% from 255 or 13.08% from 497); Green value is 244 (95.70% from 255 or 49.09% from 497); Blue value is 188 (73.83% from 255 or 37.83% from 497); Max value from RGB is 244 - color contains mainly: green. Hex color #41F4BC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41F4BC is #BE0B43. Grayscale: #B8B8B8. Windows color (decimal): -12454724 or 12383297. OLE color: 12383297.

HSL color Cylindrical-coordinate representation of color #41F4BC: hue angle of 161.23º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #41F4BC is Cyan = 0.73, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.

Color convert

RGB 65 244 188 -
CMYK 0.73 0 0.23 0.04
HSL 161.23º 0.89% 0.61% -
HSV(B) 161.23º 0.73% 0.96% -
XYZ 43.61 69.46 58.68 -
YUV 184.1 130.2 43.05 -
System Red Green Blue C M Y K H S L
Decimal 65 244 188 0.73 0 0.23 0.04 161.23 0.89 0.61
Hex 41 F4 BC 49 0 17 4 A1 59 3D
Octal 101 364 274 111 0 27 4 241 131 75
Binary 1000001 11110100 10111100 1001001 0 10111 100 10100001 1011001 111101

Color Harmonies of #41F4BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41F4BC

Black with #41F4BC

Text Example


Text Example

White with #41F4BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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