#3FDADF

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

Shades of Turquoise #3FDADF

Tints of Turquoise #3FDADF

Color information

#3FDADF (or 0x3FDADF) is unknown color: approx Turquoise. HEX triplet: 3F, DA and DF. RGB value is (63,218,223). Sum of RGB (Red+Green+Blue) = 63+218+223=504 (66% of max value = 765). Red value is 63 (25% from 255 or 12.5% from 504); Green value is 218 (85.55% from 255 or 43.25% from 504); Blue value is 223 (87.5% from 255 or 44.25% from 504); Max value from RGB is 223 - color contains mainly: blue. Hex color #3FDADF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FDADF is #C02520. Grayscale: #ACACAC. Windows color (decimal): -12592417 or 14670399. OLE color: 14670399.

HSL color Cylindrical-coordinate representation of color #3FDADF: hue angle of 181.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 #3FDADF is Cyan = 0.72, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB63218223-
CMYK0.720.0200.13
HSL181.88º71.43%56.08%-
HSV(B)181.88º71.75%87.45%-
XYZ40.4456.5378.59-
YUV172.22156.6550.09-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 12.5%
GREEN value IS 218 (85.55% from 255) = 43.25%
BLUE value IS 223 (87.5% from 255) = 44.25%
R=12.5%
G=43.25%
B=44.25%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal632182230.720.0200.13181.8871.4356.08
Hex3FDADF4820Db64738
Octal77332337110201526610770
Binary111111110110101101111110010001001101101101101000111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FDADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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