#3fd8cc

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

Shades of Turquoise #3FD8CC

Tints of Turquoise #3FD8CC

Color information

#3FD8CC (or 0x3FD8CC) is unknown color: approx Turquoise. HEX triplet: 3F, D8 and CC. RGB value is (63,216,204). Sum of RGB (Red+Green+Blue) = 63+216+204=483 (63% of max value = 765). Red value is 63 (25% from 255 or 13.04% from 483); Green value is 216 (84.77% from 255 or 44.72% from 483); Blue value is 204 (80.08% from 255 or 42.24% from 483); Max value from RGB is 216 - color contains mainly: green. Hex color #3FD8CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FD8CC is #C02733. Grayscale: #A8A8A8. Windows color (decimal): -12592948 or 13424703. OLE color: 13424703.

HSL color Cylindrical-coordinate representation of color #3FD8CC: hue angle of 175.29º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3FD8CC is Cyan = 0.71, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB63216204-
CMYK0.7100.060.15
HSL175.29º66.23%54.71%-
HSV(B)175.29º70.83%84.71%-
XYZ37.554.5365.68-
YUV168.88147.8152.48-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 13.04%
GREEN value IS 216 (84.77% from 255) = 44.72%
BLUE value IS 204 (80.08% from 255) = 42.24%
R=13.04%
G=44.72%
B=42.24%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal632162040.7100.060.15175.2966.2354.71
Hex3FD8CC4706Faf4237
Octal77330314107061725710267
Binary1111111101100011001100100011101101111101011111000010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3fd8cc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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