Shades of Turquoise #3FDADC
Tints of Turquoise #3FDADC
RGB
CMYK
RGB Variations
Color information
#3FDADC (or 0x3FDADC) is known color: Turquoise. HEX triplet: 3F, DA and DC. RGB value is (63,218,220). Sum of RGB (Red+Green+Blue) = 63+218+220=501 (66% of max value = 765). Red value is 63 (25% from 255 or 12.57% from 501); Green value is 218 (85.55% from 255 or 43.51% from 501); Blue value is 220 (86.33% from 255 or 43.91% from 501); Max value from RGB is 220 - color contains mainly: blue. Hex color #3FDADC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FDADC is #C02523. Grayscale: #ABABAB. Windows color (decimal): -12592420 or 14473791. OLE color: 14473791.
HSL color Cylindrical-coordinate representation of color #3FDADC: hue angle of 180.76º 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 #3FDADC is Cyan = 0.71, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 63 | 218 | 220 | - |
| CMYK | 0.71 | 0.01 | 0 | 0.14 |
| HSL | 180.76º | 0.69% | 0.55% | - |
| HSV(B) | 180.76º | 0.71% | 0.86% | - |
| XYZ | 40.04 | 56.37 | 76.48 | - |
| YUV | 171.88 | 155.15 | 50.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 218 | 220 | 0.71 | 0.01 | 0 | 0.14 | 180.76 | 0.69 | 0.55 |
| Hex | 3F | DA | DC | 47 | 1 | 0 | E | B5 | 45 | 37 |
| Octal | 77 | 332 | 334 | 107 | 1 | 0 | 16 | 265 | 105 | 67 |
| Binary | 111111 | 11011010 | 11011100 | 1000111 | 1 | 0 | 1110 | 10110101 | 1000101 | 110111 |
Color Harmonies of #3FDADC
Complementary color
Monochromatic Colors of #3FDADC
Black with #3FDADC
Text Example
Text Example
White with #3FDADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDADC; }
p { color: rgb(63,218,220); }
H1.HeaderClassName
{
color: #3FDADC;
}
.AnyTagClassName
{
color: #3FDADC;
}
</style>
background-color css
<style>
a { background-color: #3FDADC; }
a { background-color: rgb(63,218,220); }
div.DivClassName
{
background-color: #3FDADC;
}
.BgClassName
{
background-color: #3FDADC;
}
</style>
border-color css
<style>
span { border-color: #3FDADC; }
span { border-color: rgb(63,218,220); }
td.TdClassName
{
border-color: #3FDADC;
}
.TagClassName
{
border-color: #3FDADC;
}
</style>