#41D7F2

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

Shades of Turquoise #41D7F2

Tints of Turquoise #41D7F2

Color information

#41D7F2 (or 0x41D7F2) is unknown color: approx Turquoise. HEX triplet: 41, D7 and F2. RGB value is (65,215,242). Sum of RGB (Red+Green+Blue) = 65+215+242=522 (69% of max value = 765). Red value is 65 (25.78% from 255 or 12.45% from 522); Green value is 215 (84.38% from 255 or 41.19% from 522); Blue value is 242 (94.92% from 255 or 46.36% from 522); Max value from RGB is 242 - color contains mainly: blue. Hex color #41D7F2 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #41D7F2 is #BE280D. Grayscale: #ACACAC. Windows color (decimal): -12462094 or 15914817. OLE color: 15914817.

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

Color convert

RGB65215242-
CMYK0.730.1100.05
HSL189.15º87.19%60.2%-
HSV(B)189.15º73.14%94.9%-
XYZ42.5156.1492.6-
YUV173.23166.850.8-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 12.45%
GREEN value IS 215 (84.38% from 255) = 41.19%
BLUE value IS 242 (94.92% from 255) = 46.36%
R=12.45%
G=41.19%
B=46.36%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal652152420.730.1100.05189.1587.1960.2
Hex41D7F249B05bd573c
Octal101327362111130527512774
Binary10000011101011111110010100100110110101101111011010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41D7F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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