#41D6F2

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

Shades of Turquoise #41D6F2

Tints of Turquoise #41D6F2

Color information

#41D6F2 (or 0x41D6F2) is unknown color: approx Turquoise. HEX triplet: 41, D6 and F2. RGB value is (65,214,242). Sum of RGB (Red+Green+Blue) = 65+214+242=521 (69% of max value = 765). Red value is 65 (25.78% from 255 or 12.48% from 521); Green value is 214 (83.98% from 255 or 41.07% from 521); Blue value is 242 (94.92% from 255 or 46.45% from 521); Max value from RGB is 242 - color contains mainly: blue. Hex color #41D6F2 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #41D6F2 is #BE290D. Grayscale: #ACACAC. Windows color (decimal): -12462350 or 15914561. OLE color: 15914561.

HSL color Cylindrical-coordinate representation of color #41D6F2: hue angle of 189.49º degrees, saturation: 0.87, 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 #41D6F2 is Cyan = 0.73, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB65214242-
CMYK0.730.1200.05
HSL189.49º87.19%60.2%-
HSV(B)189.49º73.14%94.9%-
XYZ42.2555.6392.51-
YUV172.64167.1451.22-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 12.48%
GREEN value IS 214 (83.98% from 255) = 41.07%
BLUE value IS 242 (94.92% from 255) = 46.45%
R=12.48%
G=41.07%
B=46.45%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal652142420.730.1200.05189.4987.1960.2
Hex41D6F249C05bd573c
Octal101326362111140527512774
Binary10000011101011011110010100100111000101101111011010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41D6F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,214,242); }

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

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

 a { background-color: rgb(65,214,242); }

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

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

 span { border-color: rgb(65,214,242); }

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