Html Css Color HEX #41FABE Turquoise

📋 copy color: '#41FABE'

red 65 ◦ green 250 ◦ blue 190

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

Shades of Turquoise #41FABE

Tints of Turquoise #41FABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 37.62%

R = 12.87%
G = 49.5%
B = 37.62%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#41FABE (or 0x41FABE) is known color: Turquoise. HEX triplet: 41, FA and BE. RGB value is (65,250,190). Sum of RGB (Red+Green+Blue) = 65+250+190=505 (66% of max value = 765). Red value is 65 (25.78% from 255 or 12.87% from 505); Green value is 250 (98.05% from 255 or 49.50% from 505); Blue value is 190 (74.61% from 255 or 37.62% from 505); Max value from RGB is 250 - color contains mainly: green. Hex color #41FABE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41FABE is #BE0541. Grayscale: #BBBBBB. Windows color (decimal): -12453186 or 12515905. OLE color: 12515905.

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

Color convert

RGB 65 250 190 -
CMYK 0.74 0 0.24 0.02
HSL 160.54º 0.95% 0.62% -
HSV(B) 160.54º 0.74% 0.98% -
XYZ 45.66 73.21 60.44 -
YUV 187.85 129.21 40.38 -
System Red Green Blue C M Y K H S L
Decimal 65 250 190 0.74 0 0.24 0.02 160.54 0.95 0.62
Hex 41 FA BE 4A 0 18 2 A1 5F 3E
Octal 101 372 276 112 0 30 2 241 137 76
Binary 1000001 11111010 10111110 1001010 0 11000 10 10100001 1011111 111110

Color Harmonies of #41FABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41FABE

Black with #41FABE

Text Example


Text Example

White with #41FABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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