Html Css Color HEX #41FAB3 Turquoise

📋 copy color: '#41FAB3'

red 65 ◦ green 250 ◦ blue 179

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

Shades of Turquoise #41FAB3

Tints of Turquoise #41FAB3

RGB

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

 GREEN value IS 250 (98.05% from 255) = 50.61%

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

R = 13.16%
G = 50.61%
B = 36.23%

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

#41FAB3 (or 0x41FAB3) is known color: Turquoise. HEX triplet: 41, FA and B3. RGB value is (65,250,179). Sum of RGB (Red+Green+Blue) = 65+250+179=494 (65% of max value = 765). Red value is 65 (25.78% from 255 or 13.16% from 494); Green value is 250 (98.05% from 255 or 50.61% from 494); Blue value is 179 (70.31% from 255 or 36.23% from 494); Max value from RGB is 250 - color contains mainly: green. Hex color #41FAB3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41FAB3 is #BE054C. Grayscale: #BABABA. Windows color (decimal): -12453197 or 11795009. OLE color: 11795009.

HSL color Cylindrical-coordinate representation of color #41FAB3: hue angle of 156.97º degrees, saturation: 0.95, 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 #41FAB3 is Cyan = 0.74, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.

Color convert

RGB 65 250 179 -
CMYK 0.74 0 0.28 0.02
HSL 156.97º 0.95% 0.62% -
HSV(B) 156.97º 0.74% 0.98% -
XYZ 44.5 72.75 54.34 -
YUV 186.59 123.71 41.27 -
System Red Green Blue C M Y K H S L
Decimal 65 250 179 0.74 0 0.28 0.02 156.97 0.95 0.62
Hex 41 FA B3 4A 0 1C 2 9D 5F 3E
Octal 101 372 263 112 0 34 2 235 137 76
Binary 1000001 11111010 10110011 1001010 0 11100 10 10011101 1011111 111110

Color Harmonies of #41FAB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41FAB3

Black with #41FAB3

Text Example


Text Example

White with #41FAB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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