#41E0FA

Color #41E0FA Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise #41E0FA

Tints of Turquoise #41E0FA

Color information

#41E0FA (or 0x41E0FA) is unknown color: approx Turquoise. HEX triplet: 41, E0 and FA. RGB value is (65,224,250). Sum of RGB (Red+Green+Blue) = 65+224+250=539 (71% of max value = 765). Red value is 65 (25.78% from 255 or 12.06% from 539); Green value is 224 (87.89% from 255 or 41.56% from 539); Blue value is 250 (98.05% from 255 or 46.38% from 539); Max value from RGB is 250 - color contains mainly: blue. Hex color #41E0FA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #41E0FA is #BE1F05. Grayscale: #B3B3B3. Windows color (decimal): -12459782 or 16441409. OLE color: 16441409.

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

Color convert

RGB65224250-
CMYK0.740.1000.02
HSL188.43º94.87%61.76%-
HSV(B)188.43º74%98.04%-
XYZ46.0961.3499.85-
YUV179.42167.8246.39-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 12.06%
GREEN value IS 224 (87.89% from 255) = 41.56%
BLUE value IS 250 (98.05% from 255) = 46.38%
R=12.06%
G=41.56%
B=46.38%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal652242500.740.1000.02188.4394.8761.76
Hex41E0FA4AA02bc5f3e
Octal101340372112120227413776
Binary1000001111000001111101010010101010010101111001011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41E0FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #41E0FA;
 }
 .AnyTagClassName
 {
   color: #41E0FA;
 }
</style>
background-color css

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

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

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

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

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

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