Shades of Turquoise #3FDFCF
Tints of Turquoise #3FDFCF
RGB
CMYK
RGB Variations
Color information
#3FDFCF (or 0x3FDFCF) is known color: Turquoise. HEX triplet: 3F, DF and CF. RGB value is (63,223,207). Sum of RGB (Red+Green+Blue) = 63+223+207=493 (65% of max value = 765). Red value is 63 (25% from 255 or 12.78% from 493); Green value is 223 (87.5% from 255 or 45.23% from 493); Blue value is 207 (81.25% from 255 or 41.99% from 493); Max value from RGB is 223 - color contains mainly: green. Hex color #3FDFCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FDFCF is #C02030. Grayscale: #ADADAD. Windows color (decimal): -12591153 or 13623103. OLE color: 13623103.
HSL color Cylindrical-coordinate representation of color #3FDFCF: hue angle of 174º 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 #3FDFCF is Cyan = 0.72, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 223 | 207 | - |
| CMYK | 0.72 | 0 | 0.07 | 0.13 |
| HSL | 174º | 0.71% | 0.56% | - |
| HSV(B) | 174º | 0.72% | 0.87% | - |
| XYZ | 39.7 | 58.34 | 68.2 | - |
| YUV | 173.34 | 146.99 | 49.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 223 | 207 | 0.72 | 0 | 0.07 | 0.13 | 174 | 0.71 | 0.56 |
| Hex | 3F | DF | CF | 48 | 0 | 7 | D | AE | 47 | 38 |
| Octal | 77 | 337 | 317 | 110 | 0 | 7 | 15 | 256 | 107 | 70 |
| Binary | 111111 | 11011111 | 11001111 | 1001000 | 0 | 111 | 1101 | 10101110 | 1000111 | 111000 |
Color Harmonies of #3FDFCF
Complementary color
Monochromatic Colors of #3FDFCF
Black with #3FDFCF
Text Example
Text Example
White with #3FDFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDFCF; }
p { color: rgb(63,223,207); }
H1.HeaderClassName
{
color: #3FDFCF;
}
.AnyTagClassName
{
color: #3FDFCF;
}
</style>
background-color css
<style>
a { background-color: #3FDFCF; }
a { background-color: rgb(63,223,207); }
div.DivClassName
{
background-color: #3FDFCF;
}
.BgClassName
{
background-color: #3FDFCF;
}
</style>
border-color css
<style>
span { border-color: #3FDFCF; }
span { border-color: rgb(63,223,207); }
td.TdClassName
{
border-color: #3FDFCF;
}
.TagClassName
{
border-color: #3FDFCF;
}
</style>