Shades of Turquoise #3FDDCE
Tints of Turquoise #3FDDCE
RGB
CMYK
RGB Variations
Color information
#3FDDCE (or 0x3FDDCE) is known color: Turquoise. HEX triplet: 3F, DD and CE. RGB value is (63,221,206). Sum of RGB (Red+Green+Blue) = 63+221+206=490 (64% of max value = 765). Red value is 63 (25% from 255 or 12.86% from 490); Green value is 221 (86.72% from 255 or 45.10% from 490); Blue value is 206 (80.86% from 255 or 42.04% from 490); Max value from RGB is 221 - color contains mainly: green. Hex color #3FDDCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FDDCE is #C02231. Grayscale: #ABABAB. Windows color (decimal): -12591666 or 13557055. OLE color: 13557055.
HSL color Cylindrical-coordinate representation of color #3FDDCE: hue angle of 174.3º 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 #3FDDCE is Cyan = 0.71, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 221 | 206 | - |
| CMYK | 0.71 | 0 | 0.07 | 0.13 |
| HSL | 174.3º | 0.7% | 0.56% | - |
| HSV(B) | 174.3º | 0.71% | 0.87% | - |
| XYZ | 39.05 | 57.23 | 67.38 | - |
| YUV | 172.05 | 147.15 | 50.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 221 | 206 | 0.71 | 0 | 0.07 | 0.13 | 174.3 | 0.7 | 0.56 |
| Hex | 3F | DD | CE | 47 | 0 | 7 | D | AE | 46 | 38 |
| Octal | 77 | 335 | 316 | 107 | 0 | 7 | 15 | 256 | 106 | 70 |
| Binary | 111111 | 11011101 | 11001110 | 1000111 | 0 | 111 | 1101 | 10101110 | 1000110 | 111000 |
Color Harmonies of #3FDDCE
Complementary color
Monochromatic Colors of #3FDDCE
Black with #3FDDCE
Text Example
Text Example
White with #3FDDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDDCE; }
p { color: rgb(63,221,206); }
H1.HeaderClassName
{
color: #3FDDCE;
}
.AnyTagClassName
{
color: #3FDDCE;
}
</style>
background-color css
<style>
a { background-color: #3FDDCE; }
a { background-color: rgb(63,221,206); }
div.DivClassName
{
background-color: #3FDDCE;
}
.BgClassName
{
background-color: #3FDDCE;
}
</style>
border-color css
<style>
span { border-color: #3FDDCE; }
span { border-color: rgb(63,221,206); }
td.TdClassName
{
border-color: #3FDDCE;
}
.TagClassName
{
border-color: #3FDDCE;
}
</style>