#3fdfcc

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

Shades of Turquoise #3FDFCC

Tints of Turquoise #3FDFCC

Color information

#3FDFCC (or 0x3FDFCC) is unknown color: approx Turquoise. HEX triplet: 3F, DF and CC. RGB value is (63,223,204). Sum of RGB (Red+Green+Blue) = 63+223+204=490 (64% of max value = 765). Red value is 63 (25% from 255 or 12.86% from 490); Green value is 223 (87.5% from 255 or 45.51% from 490); Blue value is 204 (80.08% from 255 or 41.63% from 490); Max value from RGB is 223 - color contains mainly: green. Hex color #3FDFCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FDFCC is #C02033. Grayscale: #ACACAC. Windows color (decimal): -12591156 or 13426495. OLE color: 13426495.

HSL color Cylindrical-coordinate representation of color #3FDFCC: hue angle of 172.88º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3FDFCC is Cyan = 0.72, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB63223204-
CMYK0.7200.090.13
HSL172.88º71.43%56.08%-
HSV(B)172.88º71.75%87.45%-
XYZ39.3458.1966.29-
YUV172.99145.4949.54-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 12.86%
GREEN value IS 223 (87.5% from 255) = 45.51%
BLUE value IS 204 (80.08% from 255) = 41.63%
R=12.86%
G=45.51%
B=41.63%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal632232040.7200.090.13172.8871.4356.08
Hex3FDFCC4809Dad4738
Octal773373141100111525510770
Binary11111111011111110011001001000010011101101011011000111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3fdfcc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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