Html Css Color HEX #41FFBB Turquoise

📋 copy color: '#41FFBB'

red 65 ◦ green 255 ◦ blue 187

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

Shades of Turquoise #41FFBB

Tints of Turquoise #41FFBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 36.88%

R = 12.82%
G = 50.3%
B = 36.88%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.27

 K value IS 0

RGB Variations

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

Color information

#41FFBB (or 0x41FFBB) is known color: Turquoise. HEX triplet: 41, FF and BB. RGB value is (65,255,187). Sum of RGB (Red+Green+Blue) = 65+255+187=507 (67% of max value = 765). Red value is 65 (25.78% from 255 or 12.82% from 507); Green value is 255 (100% from 255 or 50.30% from 507); Blue value is 187 (73.44% from 255 or 36.88% from 507); Max value from RGB is 255 - color contains mainly: green. Hex color #41FFBB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41FFBB is #BE0044. Grayscale: #BEBEBE. Windows color (decimal): -12451909 or 12320577. OLE color: 12320577.

HSL color Cylindrical-coordinate representation of color #41FFBB: hue angle of 158.53º 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 #41FFBB is Cyan = 0.75, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.

Color convert

RGB 65 255 187 -
CMYK 0.75 0 0.27 0
HSL 158.53º 1% 0.63% -
HSV(B) 158.53º 0.75% 1% -
XYZ 46.91 76.23 59.26 -
YUV 190.44 126.05 38.53 -
System Red Green Blue C M Y K H S L
Decimal 65 255 187 0.75 0 0.27 0 158.53 1 0.63
Hex 41 FF BB 4B 0 1B 0 9F 64 3F
Octal 101 377 273 113 0 33 0 237 144 77
Binary 1000001 11111111 10111011 1001011 0 11011 0 10011111 1100100 111111

Color Harmonies of #41FFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41FFBB

Black with #41FFBB

Text Example


Text Example

White with #41FFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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