Html Css Color HEX #41F9B3 Turquoise

📋 copy color: '#41F9B3'

red 65 ◦ green 249 ◦ blue 179

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

Shades of Turquoise #41F9B3

Tints of Turquoise #41F9B3

RGB

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

 GREEN value IS 249 (97.66% from 255) = 50.51%

 BLUE value IS 179 (70.31% from 255) = 36.31%

R = 13.18%
G = 50.51%
B = 36.31%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.28

 K value IS 0.02

RGB Variations

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

Color information

#41F9B3 (or 0x41F9B3) is known color: Turquoise. HEX triplet: 41, F9 and B3. RGB value is (65,249,179). Sum of RGB (Red+Green+Blue) = 65+249+179=493 (65% of max value = 765). Red value is 65 (25.78% from 255 or 13.18% from 493); Green value is 249 (97.66% from 255 or 50.51% from 493); Blue value is 179 (70.31% from 255 or 36.31% from 493); Max value from RGB is 249 - color contains mainly: green. Hex color #41F9B3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41F9B3 is #BE064C. Grayscale: #BABABA. Windows color (decimal): -12453453 or 11794753. OLE color: 11794753.

HSL color Cylindrical-coordinate representation of color #41F9B3: hue angle of 157.17º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #41F9B3 is Cyan = 0.74, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.

Color convert

RGB 65 249 179 -
CMYK 0.74 0 0.28 0.02
HSL 157.17º 0.94% 0.62% -
HSV(B) 157.17º 0.74% 0.98% -
XYZ 44.19 72.13 54.24 -
YUV 186 124.04 41.69 -
System Red Green Blue C M Y K H S L
Decimal 65 249 179 0.74 0 0.28 0.02 157.17 0.94 0.62
Hex 41 F9 B3 4A 0 1C 2 9D 5E 3E
Octal 101 371 263 112 0 34 2 235 136 76
Binary 1000001 11111001 10110011 1001010 0 11100 10 10011101 1011110 111110

Color Harmonies of #41F9B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41F9B3

Black with #41F9B3

Text Example


Text Example

White with #41F9B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,249,179); }

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

background-color css

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

 a { background-color: rgb(65,249,179); }

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

border-color css

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

 span { border-color: rgb(65,249,179); }

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