Html Css Color HEX #41FFB0 Turquoise

📋 copy color: '#41FFB0'

red 65 ◦ green 255 ◦ blue 176

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

Shades of Turquoise #41FFB0

Tints of Turquoise #41FFB0

RGB

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

 GREEN value IS 255 (100% from 255) = 51.41%

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

R = 13.1%
G = 51.41%
B = 35.48%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.31

 K value IS 0

RGB Variations

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

Color information

#41FFB0 (or 0x41FFB0) is known color: Turquoise. HEX triplet: 41, FF and B0. RGB value is (65,255,176). Sum of RGB (Red+Green+Blue) = 65+255+176=496 (65% of max value = 765). Red value is 65 (25.78% from 255 or 13.10% from 496); Green value is 255 (100% from 255 or 51.41% from 496); Blue value is 176 (69.14% from 255 or 35.48% from 496); Max value from RGB is 255 - color contains mainly: green. Hex color #41FFB0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #41FFB0 is #BE004F. Grayscale: #BDBDBD. Windows color (decimal): -12451920 or 11599681. OLE color: 11599681.

HSL color Cylindrical-coordinate representation of color #41FFB0: hue angle of 155.05º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #41FFB0 is Cyan = 0.75, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.

Color convert

RGB 65 255 176 -
CMYK 0.75 0 0.31 0
HSL 155.05º 1% 0.63% -
HSV(B) 155.05º 0.75% 1% -
XYZ 45.78 75.78 53.29 -
YUV 189.18 120.55 39.42 -
System Red Green Blue C M Y K H S L
Decimal 65 255 176 0.75 0 0.31 0 155.05 1 0.63
Hex 41 FF B0 4B 0 1F 0 9B 64 3F
Octal 101 377 260 113 0 37 0 233 144 77
Binary 1000001 11111111 10110000 1001011 0 11111 0 10011011 1100100 111111

Color Harmonies of #41FFB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41FFB0

Black with #41FFB0

Text Example


Text Example

White with #41FFB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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