Html Css Color HEX #41FCB3 Turquoise

📋 copy color: '#41FCB3'

red 65 ◦ green 252 ◦ blue 179

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

Shades of Turquoise #41FCB3

Tints of Turquoise #41FCB3

RGB

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

 GREEN value IS 252 (98.83% from 255) = 50.81%

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

R = 13.1%
G = 50.81%
B = 36.09%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.29

 K value IS 0.01

RGB Variations

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

Color information

#41FCB3 (or 0x41FCB3) is known color: Turquoise. HEX triplet: 41, FC and B3. RGB value is (65,252,179). Sum of RGB (Red+Green+Blue) = 65+252+179=496 (65% of max value = 765). Red value is 65 (25.78% from 255 or 13.10% from 496); Green value is 252 (98.83% from 255 or 50.81% from 496); Blue value is 179 (70.31% from 255 or 36.09% from 496); Max value from RGB is 252 - color contains mainly: green. Hex color #41FCB3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41FCB3 is #BE034C. Grayscale: #BBBBBB. Windows color (decimal): -12452685 or 11795521. OLE color: 11795521.

HSL color Cylindrical-coordinate representation of color #41FCB3: hue angle of 156.58º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #41FCB3 is Cyan = 0.74, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.01.

Color convert

RGB 65 252 179 -
CMYK 0.74 0 0.29 0.01
HSL 156.58º 0.97% 0.62% -
HSV(B) 156.58º 0.74% 0.99% -
XYZ 45.13 74 54.55 -
YUV 187.77 123.05 40.44 -
System Red Green Blue C M Y K H S L
Decimal 65 252 179 0.74 0 0.29 0.01 156.58 0.97 0.62
Hex 41 FC B3 4A 0 1D 1 9D 61 3E
Octal 101 374 263 112 0 35 1 235 141 76
Binary 1000001 11111100 10110011 1001010 0 11101 1 10011101 1100001 111110

Color Harmonies of #41FCB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41FCB3

Black with #41FCB3

Text Example


Text Example

White with #41FCB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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