Html Css Color HEX #41FCB4 Turquoise

📋 copy color: '#41FCB4'

red 65 ◦ green 252 ◦ blue 180

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

Shades of Turquoise #41FCB4

Tints of Turquoise #41FCB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 36.22%

R = 13.08%
G = 50.7%
B = 36.22%

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

#41FCB4 (or 0x41FCB4) is known color: Turquoise. HEX triplet: 41, FC and B4. RGB value is (65,252,180). Sum of RGB (Red+Green+Blue) = 65+252+180=497 (65% of max value = 765). Red value is 65 (25.78% from 255 or 13.08% from 497); Green value is 252 (98.83% from 255 or 50.70% from 497); Blue value is 180 (70.70% from 255 or 36.22% from 497); Max value from RGB is 252 - color contains mainly: green. Hex color #41FCB4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41FCB4 is #BE034B. Grayscale: #BBBBBB. Windows color (decimal): -12452684 or 11861057. OLE color: 11861057.

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

Color convert

RGB 65 252 180 -
CMYK 0.74 0 0.29 0.01
HSL 156.9º 0.97% 0.62% -
HSV(B) 156.9º 0.74% 0.99% -
XYZ 45.23 74.04 55.09 -
YUV 187.88 123.55 40.35 -
System Red Green Blue C M Y K H S L
Decimal 65 252 180 0.74 0 0.29 0.01 156.9 0.97 0.62
Hex 41 FC B4 4A 0 1D 1 9D 61 3E
Octal 101 374 264 112 0 35 1 235 141 76
Binary 1000001 11111100 10110100 1001010 0 11101 1 10011101 1100001 111110

Color Harmonies of #41FCB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41FCB4

Black with #41FCB4

Text Example


Text Example

White with #41FCB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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