#3FCCB4

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

Shades of Medium Turquoise #3FCCB4

Tints of Medium Turquoise #3FCCB4

Color information

#3FCCB4 (or 0x3FCCB4) is unknown color: approx Medium Turquoise. HEX triplet: 3F, CC and B4. RGB value is (63,204,180). Sum of RGB (Red+Green+Blue) = 63+204+180=447 (59% of max value = 765). Red value is 63 (25% from 255 or 14.09% from 447); Green value is 204 (80.08% from 255 or 45.64% from 447); Blue value is 180 (70.70% from 255 or 40.27% from 447); Max value from RGB is 204 - color contains mainly: green. Hex color #3FCCB4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FCCB4 is #C0334B. Grayscale: #9F9F9F. Windows color (decimal): -12596044 or 11848767. OLE color: 11848767.

HSL color Cylindrical-coordinate representation of color #3FCCB4: hue angle of 169.79º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3FCCB4 is Cyan = 0.69, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.2.

Color convert

RGB63204180-
CMYK0.6900.120.2
HSL169.79º58.02%52.35%-
HSV(B)169.79º69.12%80%-
XYZ31.8847.5450.68-
YUV159.1139.7959.45-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 14.09%
GREEN value IS 204 (80.08% from 255) = 45.64%
BLUE value IS 180 (70.70% from 255) = 40.27%
R=14.09%
G=45.64%
B=40.27%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal632041800.6900.120.2169.7958.0252.35
Hex3FCCB4450C14aa3a34
Octal77314264105014242527264
Binary11111111001100101101001000101011001010010101010111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FCCB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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