Html Css Color HEX #41FAB9 Turquoise

📋 copy color: '#41FAB9'

red 65 ◦ green 250 ◦ blue 185

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

Shades of Turquoise #41FAB9

Tints of Turquoise #41FAB9

RGB

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

 GREEN value IS 250 (98.05% from 255) = 50%

 BLUE value IS 185 (72.66% from 255) = 37%

R = 13%
G = 50%
B = 37%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#41FAB9 (or 0x41FAB9) is known color: Turquoise. HEX triplet: 41, FA and B9. RGB value is (65,250,185). Sum of RGB (Red+Green+Blue) = 65+250+185=500 (66% of max value = 765). Red value is 65 (25.78% from 255 or 13% from 500); Green value is 250 (98.05% from 255 or 50% from 500); Blue value is 185 (72.66% from 255 or 37% from 500); Max value from RGB is 250 - color contains mainly: green. Hex color #41FAB9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41FAB9 is #BE0546. Grayscale: #BBBBBB. Windows color (decimal): -12453191 or 12188225. OLE color: 12188225.

HSL color Cylindrical-coordinate representation of color #41FAB9: hue angle of 158.92º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #41FAB9 is Cyan = 0.74, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB 65 250 185 -
CMYK 0.74 0 0.26 0.02
HSL 158.92º 0.95% 0.62% -
HSV(B) 158.92º 0.74% 0.98% -
XYZ 45.12 73 57.61 -
YUV 187.28 126.71 40.79 -
System Red Green Blue C M Y K H S L
Decimal 65 250 185 0.74 0 0.26 0.02 158.92 0.95 0.62
Hex 41 FA B9 4A 0 1A 2 9F 5F 3E
Octal 101 372 271 112 0 32 2 237 137 76
Binary 1000001 11111010 10111001 1001010 0 11010 10 10011111 1011111 111110

Color Harmonies of #41FAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41FAB9

Black with #41FAB9

Text Example


Text Example

White with #41FAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,250,185); }

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

background-color css

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

 a { background-color: rgb(65,250,185); }

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

border-color css

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

 span { border-color: rgb(65,250,185); }

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