#3fd8cb

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

Shades of Turquoise #3FD8CB

Tints of Turquoise #3FD8CB

Color information

#3FD8CB (or 0x3FD8CB) is unknown color: approx Turquoise. HEX triplet: 3F, D8 and CB. RGB value is (63,216,203). Sum of RGB (Red+Green+Blue) = 63+216+203=482 (63% of max value = 765). Red value is 63 (25% from 255 or 13.07% from 482); Green value is 216 (84.77% from 255 or 44.81% from 482); Blue value is 203 (79.69% from 255 or 42.12% from 482); Max value from RGB is 216 - color contains mainly: green. Hex color #3FD8CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FD8CB is #C02734. Grayscale: #A8A8A8. Windows color (decimal): -12592949 or 13359167. OLE color: 13359167.

HSL color Cylindrical-coordinate representation of color #3FD8CB: hue angle of 174.9º 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 #3FD8CB is Cyan = 0.71, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB63216203-
CMYK0.7100.060.15
HSL174.9º66.23%54.71%-
HSV(B)174.9º70.83%84.71%-
XYZ37.3954.4865.05-
YUV168.77147.3152.56-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 13.07%
GREEN value IS 216 (84.77% from 255) = 44.81%
BLUE value IS 203 (79.69% from 255) = 42.12%
R=13.07%
G=44.81%
B=42.12%

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
Decimal632162030.7100.060.15174.966.2354.71
Hex3FD8CB4706Faf4237
Octal77330313107061725710267
Binary1111111101100011001011100011101101111101011111000010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3fd8cb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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