Shades of Turquoise #3FDFCE
Tints of Turquoise #3FDFCE
RGB
CMYK
RGB Variations
Color information
#3FDFCE (or 0x3FDFCE) is known color: Turquoise. HEX triplet: 3F, DF and CE. RGB value is (63,223,206). Sum of RGB (Red+Green+Blue) = 63+223+206=492 (65% of max value = 765). Red value is 63 (25% from 255 or 12.80% from 492); Green value is 223 (87.5% from 255 or 45.33% from 492); Blue value is 206 (80.86% from 255 or 41.87% from 492); Max value from RGB is 223 - color contains mainly: green. Hex color #3FDFCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FDFCE is #C02031. Grayscale: #ADADAD. Windows color (decimal): -12591154 or 13557567. OLE color: 13557567.
HSL color Cylindrical-coordinate representation of color #3FDFCE: hue angle of 173.62º 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 #3FDFCE is Cyan = 0.72, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 223 | 206 | - |
| CMYK | 0.72 | 0 | 0.08 | 0.13 |
| HSL | 173.63º | 0.71% | 0.56% | - |
| HSV(B) | 173.63º | 0.72% | 0.87% | - |
| XYZ | 39.58 | 58.29 | 67.56 | - |
| YUV | 173.22 | 146.49 | 49.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 223 | 206 | 0.72 | 0 | 0.08 | 0.13 | 173.63 | 0.71 | 0.56 |
| Hex | 3F | DF | CE | 48 | 0 | 8 | D | AE | 47 | 38 |
| Octal | 77 | 337 | 316 | 110 | 0 | 10 | 15 | 256 | 107 | 70 |
| Binary | 111111 | 11011111 | 11001110 | 1001000 | 0 | 1000 | 1101 | 10101110 | 1000111 | 111000 |
Color Harmonies of #3FDFCE
Complementary color
Monochromatic Colors of #3FDFCE
Black with #3FDFCE
Text Example
Text Example
White with #3FDFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDFCE; }
p { color: rgb(63,223,206); }
H1.HeaderClassName
{
color: #3FDFCE;
}
.AnyTagClassName
{
color: #3FDFCE;
}
</style>
background-color css
<style>
a { background-color: #3FDFCE; }
a { background-color: rgb(63,223,206); }
div.DivClassName
{
background-color: #3FDFCE;
}
.BgClassName
{
background-color: #3FDFCE;
}
</style>
border-color css
<style>
span { border-color: #3FDFCE; }
span { border-color: rgb(63,223,206); }
td.TdClassName
{
border-color: #3FDFCE;
}
.TagClassName
{
border-color: #3FDFCE;
}
</style>