#3FDADE

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

Shades of Turquoise #3FDADE

Tints of Turquoise #3FDADE

Color information

#3FDADE (or 0x3FDADE) is unknown color: approx Turquoise. HEX triplet: 3F, DA and DE. RGB value is (63,218,222). Sum of RGB (Red+Green+Blue) = 63+218+222=503 (66% of max value = 765). Red value is 63 (25% from 255 or 12.52% from 503); Green value is 218 (85.55% from 255 or 43.34% from 503); Blue value is 222 (87.11% from 255 or 44.14% from 503); Max value from RGB is 222 - color contains mainly: blue. Hex color #3FDADE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FDADE is #C02521. Grayscale: #ABABAB. Windows color (decimal): -12592418 or 14604863. OLE color: 14604863.

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

Color convert

RGB63218222-
CMYK0.720.0200.13
HSL181.51º70.67%55.88%-
HSV(B)181.51º71.62%87.06%-
XYZ40.3156.4777.88-
YUV172.11156.1550.17-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 12.52%
GREEN value IS 218 (85.55% from 255) = 43.34%
BLUE value IS 222 (87.11% from 255) = 44.14%
R=12.52%
G=43.34%
B=44.14%

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
Decimal632182220.720.0200.13181.5170.6755.88
Hex3FDADE4820Db64738
Octal77332336110201526610770
Binary111111110110101101111010010001001101101101101000111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FDADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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