#41E0FD

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

Shades of Turquoise Blue #41E0FD

Tints of Turquoise Blue #41E0FD

Color information

#41E0FD (or 0x41E0FD) is unknown color: approx Turquoise Blue. HEX triplet: 41, E0 and FD. RGB value is (65,224,253). Sum of RGB (Red+Green+Blue) = 65+224+253=542 (71% of max value = 765). Red value is 65 (25.78% from 255 or 11.99% from 542); Green value is 224 (87.89% from 255 or 41.33% from 542); Blue value is 253 (99.22% from 255 or 46.68% from 542); Max value from RGB is 253 - color contains mainly: blue. Hex color #41E0FD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #41E0FD is #BE1F02. Grayscale: #B3B3B3. Windows color (decimal): -12459779 or 16638017. OLE color: 16638017.

HSL color Cylindrical-coordinate representation of color #41E0FD: hue angle of 189.26º degrees, saturation: 0.98, 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 #41E0FD is Cyan = 0.74, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB65224253-
CMYK0.740.1100.01
HSL189.26º97.92%62.35%-
HSV(B)189.26º74.31%99.22%-
XYZ46.5761.53102.35-
YUV179.76169.3246.14-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 11.99%
GREEN value IS 224 (87.89% from 255) = 41.33%
BLUE value IS 253 (99.22% from 255) = 46.68%
R=11.99%
G=41.33%
B=46.68%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal652242530.740.1100.01189.2697.9262.35
Hex41E0FD4AB01bd623e
Octal101340375112130127514276
Binary100000111100000111111011001010101101101111011100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41E0FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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