#41DFF1

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

Shades of Turquoise #41DFF1

Tints of Turquoise #41DFF1

Color information

#41DFF1 (or 0x41DFF1) is unknown color: approx Turquoise. HEX triplet: 41, DF and F1. RGB value is (65,223,241). Sum of RGB (Red+Green+Blue) = 65+223+241=529 (70% of max value = 765). Red value is 65 (25.78% from 255 or 12.29% from 529); Green value is 223 (87.5% from 255 or 42.16% from 529); Blue value is 241 (94.53% from 255 or 45.56% from 529); Max value from RGB is 241 - color contains mainly: blue. Hex color #41DFF1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #41DFF1 is #BE200E. Grayscale: #B1B1B1. Windows color (decimal): -12460047 or 15851329. OLE color: 15851329.

HSL color Cylindrical-coordinate representation of color #41DFF1: hue angle of 186.14º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #41DFF1 is Cyan = 0.73, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB65223241-
CMYK0.730.0700.05
HSL186.14º86.27%60%-
HSV(B)186.14º73.03%94.51%-
XYZ44.4460.2592.51-
YUV177.81163.6547.54-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 12.29%
GREEN value IS 223 (87.5% from 255) = 42.16%
BLUE value IS 241 (94.53% from 255) = 45.56%
R=12.29%
G=42.16%
B=45.56%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal652232410.730.0700.05186.1486.2760
Hex41DFF149705ba563c
Octal10133736111170527212674
Binary1000001110111111111000110010011110101101110101010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41DFF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,223,241); }

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

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

 a { background-color: rgb(65,223,241); }

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

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

 span { border-color: rgb(65,223,241); }

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