Shades of Turquoise #3FDFC9
Tints of Turquoise #3FDFC9
RGB
CMYK
RGB Variations
Color information
#3FDFC9 (or 0x3FDFC9) is known color: Turquoise. HEX triplet: 3F, DF and C9. RGB value is (63,223,201). Sum of RGB (Red+Green+Blue) = 63+223+201=487 (64% of max value = 765). Red value is 63 (25% from 255 or 12.94% from 487); Green value is 223 (87.5% from 255 or 45.79% from 487); Blue value is 201 (78.91% from 255 or 41.27% from 487); Max value from RGB is 223 - color contains mainly: green. Hex color #3FDFC9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FDFC9 is #C02036. Grayscale: #ACACAC. Windows color (decimal): -12591159 or 13229887. OLE color: 13229887.
HSL color Cylindrical-coordinate representation of color #3FDFC9: hue angle of 171.75º 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 #3FDFC9 is Cyan = 0.72, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 223 | 201 | - |
| CMYK | 0.72 | 0 | 0.10 | 0.13 |
| HSL | 171.75º | 0.71% | 0.56% | - |
| HSV(B) | 171.75º | 0.72% | 0.87% | - |
| XYZ | 38.98 | 58.05 | 64.41 | - |
| YUV | 172.65 | 143.99 | 49.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 223 | 201 | 0.72 | 0 | 0.10 | 0.13 | 171.75 | 0.71 | 0.56 |
| Hex | 3F | DF | C9 | 48 | 0 | A | D | AC | 47 | 38 |
| Octal | 77 | 337 | 311 | 110 | 0 | 12 | 15 | 254 | 107 | 70 |
| Binary | 111111 | 11011111 | 11001001 | 1001000 | 0 | 1010 | 1101 | 10101100 | 1000111 | 111000 |
Color Harmonies of #3FDFC9
Complementary color
Monochromatic Colors of #3FDFC9
Black with #3FDFC9
Text Example
Text Example
White with #3FDFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDFC9; }
p { color: rgb(63,223,201); }
H1.HeaderClassName
{
color: #3FDFC9;
}
.AnyTagClassName
{
color: #3FDFC9;
}
</style>
background-color css
<style>
a { background-color: #3FDFC9; }
a { background-color: rgb(63,223,201); }
div.DivClassName
{
background-color: #3FDFC9;
}
.BgClassName
{
background-color: #3FDFC9;
}
</style>
border-color css
<style>
span { border-color: #3FDFC9; }
span { border-color: rgb(63,223,201); }
td.TdClassName
{
border-color: #3FDFC9;
}
.TagClassName
{
border-color: #3FDFC9;
}
</style>