#41D9F8

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

Shades of Turquoise Blue #41D9F8

Tints of Turquoise Blue #41D9F8

Color information

#41D9F8 (or 0x41D9F8) is unknown color: approx Turquoise Blue. HEX triplet: 41, D9 and F8. RGB value is (65,217,248). Sum of RGB (Red+Green+Blue) = 65+217+248=530 (70% of max value = 765). Red value is 65 (25.78% from 255 or 12.26% from 530); Green value is 217 (85.16% from 255 or 40.94% from 530); Blue value is 248 (97.27% from 255 or 46.79% from 530); Max value from RGB is 248 - color contains mainly: blue. Hex color #41D9F8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #41D9F8 is #BE2607. Grayscale: #AEAEAE. Windows color (decimal): -12461576 or 16308545. OLE color: 16308545.

HSL color Cylindrical-coordinate representation of color #41D9F8: hue angle of 190.16º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #41D9F8 is Cyan = 0.74, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB65217248-
CMYK0.740.1200.03
HSL190.16º92.89%61.37%-
HSV(B)190.16º73.79%97.25%-
XYZ43.9457.5397.6-
YUV175.09169.1449.48-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 12.26%
GREEN value IS 217 (85.16% from 255) = 40.94%
BLUE value IS 248 (97.27% from 255) = 46.79%
R=12.26%
G=40.94%
B=46.79%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal652172480.740.1200.03190.1692.8961.37
Hex41D9F84AC03be5d3d
Octal101331370112140327613575
Binary1000001110110011111100010010101100011101111101011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41D9F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,217,248); }

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

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

 a { background-color: rgb(65,217,248); }

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

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

 span { border-color: rgb(65,217,248); }

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