Html Css Color HEX #41E9FC Turquoise

📋 copy color: '#41E9FC'

red 65 ◦ green 233 ◦ blue 252

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

Shades of Turquoise #41E9FC

Tints of Turquoise #41E9FC

RGB

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

 GREEN value IS 233 (91.41% from 255) = 42.36%

 BLUE value IS 252 (98.83% from 255) = 45.82%

R = 11.82%
G = 42.36%
B = 45.82%

CMYK

 C value IS 0.74

 M value IS 0.08

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#41E9FC (or 0x41E9FC) is known color: Turquoise. HEX triplet: 41, E9 and FC. RGB value is (65,233,252). Sum of RGB (Red+Green+Blue) = 65+233+252=550 (72% of max value = 765). Red value is 65 (25.78% from 255 or 11.82% from 550); Green value is 233 (91.41% from 255 or 42.36% from 550); Blue value is 252 (98.83% from 255 or 45.82% from 550); Max value from RGB is 252 - color contains mainly: blue. Hex color #41E9FC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #41E9FC is #BE1603. Grayscale: #B8B8B8. Windows color (decimal): -12457476 or 16574785. OLE color: 16574785.

HSL color Cylindrical-coordinate representation of color #41E9FC: hue angle of 186.1º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #41E9FC is Cyan = 0.74, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 65 233 252 -
CMYK 0.74 0.08 0 0.01
HSL 186.1º 0.97% 0.62% -
HSV(B) 186.1º 0.74% 0.99% -
XYZ 48.89 66.43 102.34 -
YUV 184.93 165.84 42.46 -
System Red Green Blue C M Y K H S L
Decimal 65 233 252 0.74 0.08 0 0.01 186.1 0.97 0.62
Hex 41 E9 FC 4A 8 0 1 BA 61 3E
Octal 101 351 374 112 10 0 1 272 141 76
Binary 1000001 11101001 11111100 1001010 1000 0 1 10111010 1100001 111110

Color Harmonies of #41E9FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41E9FC

Black with #41E9FC

Text Example


Text Example

White with #41E9FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,233,252); }

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

background-color css

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

 a { background-color: rgb(65,233,252); }

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

border-color css

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

 span { border-color: rgb(65,233,252); }

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