#3FDCDA

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

Shades of Turquoise #3FDCDA

Tints of Turquoise #3FDCDA

Color information

#3FDCDA (or 0x3FDCDA) is unknown color: approx Turquoise. HEX triplet: 3F, DC and DA. RGB value is (63,220,218). Sum of RGB (Red+Green+Blue) = 63+220+218=501 (66% of max value = 765). Red value is 63 (25% from 255 or 12.57% from 501); Green value is 220 (86.33% from 255 or 43.91% from 501); Blue value is 218 (85.55% from 255 or 43.51% from 501); Max value from RGB is 220 - color contains mainly: green. Hex color #3FDCDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FDCDA is #C02325. Grayscale: #ACACAC. Windows color (decimal): -12591910 or 14343231. OLE color: 14343231.

HSL color Cylindrical-coordinate representation of color #3FDCDA: hue angle of 179.24º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3FDCDA is Cyan = 0.71, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.

Color convert

RGB63220218-
CMYK0.7100.010.14
HSL179.24º69.16%55.49%-
HSV(B)179.24º71.36%86.27%-
XYZ40.357.3175.27-
YUV172.83153.4949.66-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 12.57%
GREEN value IS 220 (86.33% from 255) = 43.91%
BLUE value IS 218 (85.55% from 255) = 43.51%
R=12.57%
G=43.91%
B=43.51%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal632202180.7100.010.14179.2469.1655.49
Hex3FDCDA4701Eb34537
Octal77334332107011626310567
Binary11111111011100110110101000111011110101100111000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FDCDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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