Html Css Color HEX #41FAC6 Turquoise

📋 copy color: '#41FAC6'

red 65 ◦ green 250 ◦ blue 198

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

Shades of Turquoise #41FAC6

Tints of Turquoise #41FAC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 38.6%

R = 12.67%
G = 48.73%
B = 38.6%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.21

 K value IS 0.02

RGB Variations

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

Color information

#41FAC6 (or 0x41FAC6) is known color: Turquoise. HEX triplet: 41, FA and C6. RGB value is (65,250,198). Sum of RGB (Red+Green+Blue) = 65+250+198=513 (67% of max value = 765). Red value is 65 (25.78% from 255 or 12.67% from 513); Green value is 250 (98.05% from 255 or 48.73% from 513); Blue value is 198 (77.73% from 255 or 38.60% from 513); Max value from RGB is 250 - color contains mainly: green. Hex color #41FAC6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41FAC6 is #BE0539. Grayscale: #BCBCBC. Windows color (decimal): -12453178 or 13040193. OLE color: 13040193.

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

Color convert

RGB 65 250 198 -
CMYK 0.74 0 0.21 0.02
HSL 163.14º 0.95% 0.62% -
HSV(B) 163.14º 0.74% 0.98% -
XYZ 46.56 73.57 65.17 -
YUV 188.76 133.21 39.73 -
System Red Green Blue C M Y K H S L
Decimal 65 250 198 0.74 0 0.21 0.02 163.14 0.95 0.62
Hex 41 FA C6 4A 0 15 2 A3 5F 3E
Octal 101 372 306 112 0 25 2 243 137 76
Binary 1000001 11111010 11000110 1001010 0 10101 10 10100011 1011111 111110

Color Harmonies of #41FAC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41FAC6

Black with #41FAC6

Text Example


Text Example

White with #41FAC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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