Html Css Color HEX #41FCB0 Turquoise

📋 copy color: '#41FCB0'

red 65 ◦ green 252 ◦ blue 176

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

Shades of Turquoise #41FCB0

Tints of Turquoise #41FCB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 35.7%

R = 13.18%
G = 51.12%
B = 35.7%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.30

 K value IS 0.01

RGB Variations

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

Color information

#41FCB0 (or 0x41FCB0) is known color: Turquoise. HEX triplet: 41, FC and B0. RGB value is (65,252,176). Sum of RGB (Red+Green+Blue) = 65+252+176=493 (65% of max value = 765). Red value is 65 (25.78% from 255 or 13.18% from 493); Green value is 252 (98.83% from 255 or 51.12% from 493); Blue value is 176 (69.14% from 255 or 35.70% from 493); Max value from RGB is 252 - color contains mainly: green. Hex color #41FCB0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #41FCB0 is #BE034F. Grayscale: #BBBBBB. Windows color (decimal): -12452688 or 11598913. OLE color: 11598913.

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

Color convert

RGB 65 252 176 -
CMYK 0.74 0 0.30 0.01
HSL 155.62º 0.97% 0.62% -
HSV(B) 155.62º 0.74% 0.99% -
XYZ 44.83 73.88 52.97 -
YUV 187.42 121.55 40.68 -
System Red Green Blue C M Y K H S L
Decimal 65 252 176 0.74 0 0.30 0.01 155.62 0.97 0.62
Hex 41 FC B0 4A 0 1E 1 9C 61 3E
Octal 101 374 260 112 0 36 1 234 141 76
Binary 1000001 11111100 10110000 1001010 0 11110 1 10011100 1100001 111110

Color Harmonies of #41FCB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41FCB0

Black with #41FCB0

Text Example


Text Example

White with #41FCB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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