#41DCF3

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

Shades of Turquoise #41DCF3

Tints of Turquoise #41DCF3

Color information

#41DCF3 (or 0x41DCF3) is unknown color: approx Turquoise. HEX triplet: 41, DC and F3. RGB value is (65,220,243). Sum of RGB (Red+Green+Blue) = 65+220+243=528 (69% of max value = 765). Red value is 65 (25.78% from 255 or 12.31% from 528); Green value is 220 (86.33% from 255 or 41.67% from 528); Blue value is 243 (95.31% from 255 or 46.02% from 528); Max value from RGB is 243 - color contains mainly: blue. Hex color #41DCF3 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #41DCF3 is #BE230C. Grayscale: #B0B0B0. Windows color (decimal): -12460813 or 15981633. OLE color: 15981633.

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

Color convert

RGB65220243-
CMYK0.730.0900.05
HSL187.75º88.12%60.39%-
HSV(B)187.75º73.25%95.29%-
XYZ43.9558.7893.82-
YUV176.28165.6548.63-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 12.31%
GREEN value IS 220 (86.33% from 255) = 41.67%
BLUE value IS 243 (95.31% from 255) = 46.02%
R=12.31%
G=41.67%
B=46.02%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal652202430.730.0900.05187.7588.1260.39
Hex41DCF349905bc583c
Octal101334363111110527413074
Binary10000011101110011110011100100110010101101111001011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41DCF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,220,243); }

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

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

 a { background-color: rgb(65,220,243); }

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

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

 span { border-color: rgb(65,220,243); }

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