#3FD9EC

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

Shades of Turquoise #3FD9EC

Tints of Turquoise #3FD9EC

Color information

#3FD9EC (or 0x3FD9EC) is unknown color: approx Turquoise. HEX triplet: 3F, D9 and EC. RGB value is (63,217,236). Sum of RGB (Red+Green+Blue) = 63+217+236=516 (68% of max value = 765). Red value is 63 (25% from 255 or 12.21% from 516); Green value is 217 (85.16% from 255 or 42.05% from 516); Blue value is 236 (92.58% from 255 or 45.74% from 516); Max value from RGB is 236 - color contains mainly: blue. Hex color #3FD9EC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3FD9EC is #C02613. Grayscale: #ACACAC. Windows color (decimal): -12592660 or 15522111. OLE color: 15522111.

HSL color Cylindrical-coordinate representation of color #3FD9EC: hue angle of 186.59º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3FD9EC is Cyan = 0.73, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB63217236-
CMYK0.730.0800.07
HSL186.59º81.99%58.63%-
HSV(B)186.59º73.31%92.55%-
XYZ4256.7488.09-
YUV173.12163.4849.46-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 12.21%
GREEN value IS 217 (85.16% from 255) = 42.05%
BLUE value IS 236 (92.58% from 255) = 45.74%
R=12.21%
G=42.05%
B=45.74%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal632172360.730.0800.07186.5981.9958.63
Hex3FD9EC49807bb523b
Octal77331354111100727312273
Binary1111111101100111101100100100110000111101110111010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FD9EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3FD9EC; }

 p { color: rgb(63,217,236); }

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

<style>
 a { background-color: #3FD9EC; }

 a { background-color: rgb(63,217,236); }

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

<style>
 span { border-color: #3FD9EC; }

 span { border-color: rgb(63,217,236); }

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