Html Css Color HEX #41FAB6 Turquoise

📋 copy color: '#41FAB6'

red 65 ◦ green 250 ◦ blue 182

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

Shades of Turquoise #41FAB6

Tints of Turquoise #41FAB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 36.62%

R = 13.08%
G = 50.3%
B = 36.62%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.27

 K value IS 0.02

RGB Variations

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

Color information

#41FAB6 (or 0x41FAB6) is known color: Turquoise. HEX triplet: 41, FA and B6. RGB value is (65,250,182). Sum of RGB (Red+Green+Blue) = 65+250+182=497 (65% of max value = 765). Red value is 65 (25.78% from 255 or 13.08% from 497); Green value is 250 (98.05% from 255 or 50.30% from 497); Blue value is 182 (71.48% from 255 or 36.62% from 497); Max value from RGB is 250 - color contains mainly: green. Hex color #41FAB6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41FAB6 is #BE0549. Grayscale: #BBBBBB. Windows color (decimal): -12453194 or 11991617. OLE color: 11991617.

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

Color convert

RGB 65 250 182 -
CMYK 0.74 0 0.27 0.02
HSL 157.95º 0.95% 0.62% -
HSV(B) 157.95º 0.74% 0.98% -
XYZ 44.81 72.87 55.96 -
YUV 186.93 125.21 41.03 -
System Red Green Blue C M Y K H S L
Decimal 65 250 182 0.74 0 0.27 0.02 157.95 0.95 0.62
Hex 41 FA B6 4A 0 1B 2 9E 5F 3E
Octal 101 372 266 112 0 33 2 236 137 76
Binary 1000001 11111010 10110110 1001010 0 11011 10 10011110 1011111 111110

Color Harmonies of #41FAB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41FAB6

Black with #41FAB6

Text Example


Text Example

White with #41FAB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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