Shades of Turquoise #3FDFDD
Tints of Turquoise #3FDFDD
RGB
CMYK
RGB Variations
Color information
#3FDFDD (or 0x3FDFDD) is known color: Turquoise. HEX triplet: 3F, DF and DD. RGB value is (63,223,221). Sum of RGB (Red+Green+Blue) = 63+223+221=507 (67% of max value = 765). Red value is 63 (25% from 255 or 12.43% from 507); Green value is 223 (87.5% from 255 or 43.98% from 507); Blue value is 221 (86.72% from 255 or 43.59% from 507); Max value from RGB is 223 - color contains mainly: green. Hex color #3FDFDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FDFDD is #C02022. Grayscale: #AEAEAE. Windows color (decimal): -12591139 or 14540607. OLE color: 14540607.
HSL color Cylindrical-coordinate representation of color #3FDFDD: hue angle of 179.25º 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 #3FDFDD is Cyan = 0.72, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 223 | 221 | - |
| CMYK | 0.72 | 0 | 0.01 | 0.13 |
| HSL | 179.25º | 0.71% | 0.56% | - |
| HSV(B) | 179.25º | 0.72% | 0.87% | - |
| XYZ | 41.49 | 59.05 | 77.62 | - |
| YUV | 174.93 | 153.99 | 48.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 223 | 221 | 0.72 | 0 | 0.01 | 0.13 | 179.25 | 0.71 | 0.56 |
| Hex | 3F | DF | DD | 48 | 0 | 1 | D | B3 | 47 | 38 |
| Octal | 77 | 337 | 335 | 110 | 0 | 1 | 15 | 263 | 107 | 70 |
| Binary | 111111 | 11011111 | 11011101 | 1001000 | 0 | 1 | 1101 | 10110011 | 1000111 | 111000 |
Color Harmonies of #3FDFDD
Complementary color
Monochromatic Colors of #3FDFDD
Black with #3FDFDD
Text Example
Text Example
White with #3FDFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDFDD; }
p { color: rgb(63,223,221); }
H1.HeaderClassName
{
color: #3FDFDD;
}
.AnyTagClassName
{
color: #3FDFDD;
}
</style>
background-color css
<style>
a { background-color: #3FDFDD; }
a { background-color: rgb(63,223,221); }
div.DivClassName
{
background-color: #3FDFDD;
}
.BgClassName
{
background-color: #3FDFDD;
}
</style>
border-color css
<style>
span { border-color: #3FDFDD; }
span { border-color: rgb(63,223,221); }
td.TdClassName
{
border-color: #3FDFDD;
}
.TagClassName
{
border-color: #3FDFDD;
}
</style>