Html Css Color HEX #41FCBB Turquoise

📋 copy color: '#41FCBB'

red 65 ◦ green 252 ◦ blue 187

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

Shades of Turquoise #41FCBB

Tints of Turquoise #41FCBB

RGB

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

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

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

R = 12.9%
G = 50%
B = 37.1%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#41FCBB (or 0x41FCBB) is known color: Turquoise. HEX triplet: 41, FC and BB. RGB value is (65,252,187). Sum of RGB (Red+Green+Blue) = 65+252+187=504 (66% of max value = 765). Red value is 65 (25.78% from 255 or 12.90% from 504); Green value is 252 (98.83% from 255 or 50% from 504); Blue value is 187 (73.44% from 255 or 37.10% from 504); Max value from RGB is 252 - color contains mainly: green. Hex color #41FCBB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41FCBB is #BE0344. Grayscale: #BCBCBC. Windows color (decimal): -12452677 or 12319809. OLE color: 12319809.

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

Color convert

RGB 65 252 187 -
CMYK 0.74 0 0.26 0.01
HSL 159.14º 0.97% 0.62% -
HSV(B) 159.14º 0.74% 0.99% -
XYZ 45.96 74.33 58.94 -
YUV 188.68 127.05 39.79 -
System Red Green Blue C M Y K H S L
Decimal 65 252 187 0.74 0 0.26 0.01 159.14 0.97 0.62
Hex 41 FC BB 4A 0 1A 1 9F 61 3E
Octal 101 374 273 112 0 32 1 237 141 76
Binary 1000001 11111100 10111011 1001010 0 11010 1 10011111 1100001 111110

Color Harmonies of #41FCBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41FCBB

Black with #41FCBB

Text Example


Text Example

White with #41FCBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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