Html Css Color HEX #41FAE2 Turquoise

📋 copy color: '#41FAE2'

red 65 ◦ green 250 ◦ blue 226

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

Shades of Turquoise #41FAE2

Tints of Turquoise #41FAE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 41.77%

R = 12.01%
G = 46.21%
B = 41.77%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#41FAE2 (or 0x41FAE2) is known color: Turquoise. HEX triplet: 41, FA and E2. RGB value is (65,250,226). Sum of RGB (Red+Green+Blue) = 65+250+226=541 (71% of max value = 765). Red value is 65 (25.78% from 255 or 12.01% from 541); Green value is 250 (98.05% from 255 or 46.21% from 541); Blue value is 226 (88.67% from 255 or 41.77% from 541); Max value from RGB is 250 - color contains mainly: green. Hex color #41FAE2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41FAE2 is #BE051D. Grayscale: #BFBFBF. Windows color (decimal): -12453150 or 14875201. OLE color: 14875201.

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

Color convert

RGB 65 250 226 -
CMYK 0.74 0 0.10 0.02
HSL 172.22º 0.95% 0.62% -
HSV(B) 172.22º 0.74% 0.98% -
XYZ 50.09 74.99 83.79 -
YUV 191.95 147.21 37.45 -
System Red Green Blue C M Y K H S L
Decimal 65 250 226 0.74 0 0.10 0.02 172.22 0.95 0.62
Hex 41 FA E2 4A 0 A 2 AC 5F 3E
Octal 101 372 342 112 0 12 2 254 137 76
Binary 1000001 11111010 11100010 1001010 0 1010 10 10101100 1011111 111110

Color Harmonies of #41FAE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41FAE2

Black with #41FAE2

Text Example


Text Example

White with #41FAE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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