#41DAFF

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

Shades of Turquoise Blue #41DAFF

Tints of Turquoise Blue #41DAFF

Color information

#41DAFF (or 0x41DAFF) is unknown color: approx Turquoise Blue. HEX triplet: 41, DA and FF. RGB value is (65,218,255). Sum of RGB (Red+Green+Blue) = 65+218+255=538 (71% of max value = 765). Red value is 65 (25.78% from 255 or 12.08% from 538); Green value is 218 (85.55% from 255 or 40.52% from 538); Blue value is 255 (100% from 255 or 47.40% from 538); Max value from RGB is 255 - color contains mainly: blue. Hex color #41DAFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #41DAFF is #BE2500. Grayscale: #B0B0B0. Windows color (decimal): -12461313 or 16767553. OLE color: 16767553.

HSL color Cylindrical-coordinate representation of color #41DAFF: hue angle of 191.68º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #41DAFF is Cyan = 0.75, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB65218255-
CMYK0.750.1500
HSL191.68º100%62.75%-
HSV(B)191.68º74.51%100%-
XYZ45.358.49103.51-
YUV176.47172.3148.49-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 12.08%
GREEN value IS 218 (85.55% from 255) = 40.52%
BLUE value IS 255 (100% from 255) = 47.40%
R=12.08%
G=40.52%
B=47.40%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal652182550.750.1500191.6810062.75
Hex41DAFF4BF00c0643f
Octal101332377113170030014477
Binary100000111011010111111111001011111100110000001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41DAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,218,255); }

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

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

 a { background-color: rgb(65,218,255); }

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

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

 span { border-color: rgb(65,218,255); }

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