Html Css Color HEX #41E5FB Turquoise

📋 copy color: '#41E5FB'

red 65 ◦ green 229 ◦ blue 251

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

Shades of Turquoise #41E5FB

Tints of Turquoise #41E5FB

RGB

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

 GREEN value IS 229 (89.84% from 255) = 42.02%

 BLUE value IS 251 (98.44% from 255) = 46.06%

R = 11.93%
G = 42.02%
B = 46.06%

CMYK

 C value IS 0.74

 M value IS 0.09

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#41E5FB (or 0x41E5FB) is known color: Turquoise. HEX triplet: 41, E5 and FB. RGB value is (65,229,251). Sum of RGB (Red+Green+Blue) = 65+229+251=545 (72% of max value = 765). Red value is 65 (25.78% from 255 or 11.93% from 545); Green value is 229 (89.84% from 255 or 42.02% from 545); Blue value is 251 (98.44% from 255 or 46.06% from 545); Max value from RGB is 251 - color contains mainly: blue. Hex color #41E5FB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #41E5FB is #BE1A04. Grayscale: #B6B6B6. Windows color (decimal): -12458501 or 16508225. OLE color: 16508225.

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

Color convert

RGB 65 229 251 -
CMYK 0.74 0.09 0 0.02
HSL 187.1º 0.96% 0.62% -
HSV(B) 187.1º 0.74% 0.98% -
XYZ 47.61 64.13 101.14 -
YUV 182.47 166.67 44.21 -
System Red Green Blue C M Y K H S L
Decimal 65 229 251 0.74 0.09 0 0.02 187.1 0.96 0.62
Hex 41 E5 FB 4A 9 0 2 BB 60 3E
Octal 101 345 373 112 11 0 2 273 140 76
Binary 1000001 11100101 11111011 1001010 1001 0 10 10111011 1100000 111110

Color Harmonies of #41E5FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41E5FB

Black with #41E5FB

Text Example


Text Example

White with #41E5FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,229,251); }

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

background-color css

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

 a { background-color: rgb(65,229,251); }

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

border-color css

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

 span { border-color: rgb(65,229,251); }

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