#3FFDC6

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

Shades of Turquoise #3FFDC6

Tints of Turquoise #3FFDC6

Color information

#3FFDC6 (or 0x3FFDC6) is unknown color: approx Turquoise. HEX triplet: 3F, FD and C6. RGB value is (63,253,198). Sum of RGB (Red+Green+Blue) = 63+253+198=514 (68% of max value = 765). Red value is 63 (25% from 255 or 12.26% from 514); Green value is 253 (99.22% from 255 or 49.22% from 514); Blue value is 198 (77.73% from 255 or 38.52% from 514); Max value from RGB is 253 - color contains mainly: green. Hex color #3FFDC6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FFDC6 is #C00239. Grayscale: #BDBDBD. Windows color (decimal): -12583482 or 13040959. OLE color: 13040959.

HSL color Cylindrical-coordinate representation of color #3FFDC6: hue angle of 162.63º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FFDC6 is Cyan = 0.75, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.01.

Color convert

RGB63253198-
CMYK0.7500.220.01
HSL162.63º97.94%61.96%-
HSV(B)162.63º75.1%99.22%-
XYZ47.3775.3865.48-
YUV189.92132.5537.47-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 12.26%
GREEN value IS 253 (99.22% from 255) = 49.22%
BLUE value IS 198 (77.73% from 255) = 38.52%
R=12.26%
G=49.22%
B=38.52%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal632531980.7500.220.01162.6397.9461.96
Hex3FFDC64B0161a3623e
Octal77375306113026124314276
Binary111111111111011100011010010110101101101000111100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FFDC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,253,198); }

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

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

 a { background-color: rgb(63,253,198); }

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

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

 span { border-color: rgb(63,253,198); }

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