Shades of Turquoise #3FDDBD
Tints of Turquoise #3FDDBD
RGB
CMYK
RGB Variations
Color information
#3FDDBD (or 0x3FDDBD) is known color: Turquoise. HEX triplet: 3F, DD and BD. RGB value is (63,221,189). Sum of RGB (Red+Green+Blue) = 63+221+189=473 (62% of max value = 765). Red value is 63 (25% from 255 or 13.32% from 473); Green value is 221 (86.72% from 255 or 46.72% from 473); Blue value is 189 (74.22% from 255 or 39.96% from 473); Max value from RGB is 221 - color contains mainly: green. Hex color #3FDDBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FDDBD is #C02242. Grayscale: #AAAAAA. Windows color (decimal): -12591683 or 12442943. OLE color: 12442943.
HSL color Cylindrical-coordinate representation of color #3FDDBD: hue angle of 167.85º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3FDDBD is Cyan = 0.71, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 221 | 189 | - |
| CMYK | 0.71 | 0 | 0.14 | 0.13 |
| HSL | 167.85º | 0.7% | 0.56% | - |
| HSV(B) | 167.85º | 0.71% | 0.87% | - |
| XYZ | 37.09 | 56.44 | 57.08 | - |
| YUV | 170.11 | 138.65 | 51.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 221 | 189 | 0.71 | 0 | 0.14 | 0.13 | 167.85 | 0.7 | 0.56 |
| Hex | 3F | DD | BD | 47 | 0 | E | D | A8 | 46 | 38 |
| Octal | 77 | 335 | 275 | 107 | 0 | 16 | 15 | 250 | 106 | 70 |
| Binary | 111111 | 11011101 | 10111101 | 1000111 | 0 | 1110 | 1101 | 10101000 | 1000110 | 111000 |
Color Harmonies of #3FDDBD
Complementary color
Monochromatic Colors of #3FDDBD
Black with #3FDDBD
Text Example
Text Example
White with #3FDDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDDBD; }
p { color: rgb(63,221,189); }
H1.HeaderClassName
{
color: #3FDDBD;
}
.AnyTagClassName
{
color: #3FDDBD;
}
</style>
background-color css
<style>
a { background-color: #3FDDBD; }
a { background-color: rgb(63,221,189); }
div.DivClassName
{
background-color: #3FDDBD;
}
.BgClassName
{
background-color: #3FDDBD;
}
</style>
border-color css
<style>
span { border-color: #3FDDBD; }
span { border-color: rgb(63,221,189); }
td.TdClassName
{
border-color: #3FDDBD;
}
.TagClassName
{
border-color: #3FDDBD;
}
</style>