Html Css Color HEX #41FAAF Turquoise

📋 copy color: '#41FAAF'

red 65 ◦ green 250 ◦ blue 175

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

Shades of Turquoise #41FAAF

Tints of Turquoise #41FAAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 35.71%

R = 13.27%
G = 51.02%
B = 35.71%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.3

 K value IS 0.02

RGB Variations

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

Color information

#41FAAF (or 0x41FAAF) is known color: Turquoise. HEX triplet: 41, FA and AF. RGB value is (65,250,175). Sum of RGB (Red+Green+Blue) = 65+250+175=490 (64% of max value = 765). Red value is 65 (25.78% from 255 or 13.27% from 490); Green value is 250 (98.05% from 255 or 51.02% from 490); Blue value is 175 (68.75% from 255 or 35.71% from 490); Max value from RGB is 250 - color contains mainly: green. Hex color #41FAAF is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #41FAAF is #BE0550. Grayscale: #BABABA. Windows color (decimal): -12453201 or 11532865. OLE color: 11532865.

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

Color convert

RGB 65 250 175 -
CMYK 0.74 0 0.3 0.02
HSL 155.68º 0.95% 0.62% -
HSV(B) 155.68º 0.74% 0.98% -
XYZ 44.1 72.59 52.24 -
YUV 186.14 121.71 41.6 -
System Red Green Blue C M Y K H S L
Decimal 65 250 175 0.74 0 0.3 0.02 155.68 0.95 0.62
Hex 41 FA AF 4A 0 1E 2 9C 5F 3E
Octal 101 372 257 112 0 36 2 234 137 76
Binary 1000001 11111010 10101111 1001010 0 11110 10 10011100 1011111 111110

Color Harmonies of #41FAAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41FAAF

Black with #41FAAF

Text Example


Text Example

White with #41FAAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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