#3FD8EC

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

Shades of Turquoise #3FD8EC

Tints of Turquoise #3FD8EC

Color information

#3FD8EC (or 0x3FD8EC) is unknown color: approx Turquoise. HEX triplet: 3F, D8 and EC. RGB value is (63,216,236). Sum of RGB (Red+Green+Blue) = 63+216+236=515 (68% of max value = 765). Red value is 63 (25% from 255 or 12.23% from 515); Green value is 216 (84.77% from 255 or 41.94% from 515); Blue value is 236 (92.58% from 255 or 45.83% from 515); Max value from RGB is 236 - color contains mainly: blue. Hex color #3FD8EC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3FD8EC is #C02713. Grayscale: #ACACAC. Windows color (decimal): -12592916 or 15521855. OLE color: 15521855.

HSL color Cylindrical-coordinate representation of color #3FD8EC: hue angle of 186.94º 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 #3FD8EC is Cyan = 0.73, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB63216236-
CMYK0.730.0800.07
HSL186.94º81.99%58.63%-
HSV(B)186.94º73.31%92.55%-
XYZ41.7556.2288.01-
YUV172.53163.8149.87-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 12.23%
GREEN value IS 216 (84.77% from 255) = 41.94%
BLUE value IS 236 (92.58% from 255) = 45.83%
R=12.23%
G=41.94%
B=45.83%

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
Decimal632162360.730.0800.07186.9481.9958.63
Hex3FD8EC49807bb523b
Octal77330354111100727312273
Binary1111111101100011101100100100110000111101110111010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FD8EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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