Shades of Turquoise #3FDDD9
Tints of Turquoise #3FDDD9
RGB
CMYK
RGB Variations
Color information
#3FDDD9 (or 0x3FDDD9) is known color: Turquoise. HEX triplet: 3F, DD and D9. RGB value is (63,221,217). Sum of RGB (Red+Green+Blue) = 63+221+217=501 (66% of max value = 765). Red value is 63 (25% from 255 or 12.57% from 501); Green value is 221 (86.72% from 255 or 44.11% from 501); Blue value is 217 (85.16% from 255 or 43.31% from 501); Max value from RGB is 221 - color contains mainly: green. Hex color #3FDDD9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FDDD9 is #C02226. Grayscale: #ADADAD. Windows color (decimal): -12591655 or 14277951. OLE color: 14277951.
HSL color Cylindrical-coordinate representation of color #3FDDD9: hue angle of 178.48º 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 #3FDDD9 is Cyan = 0.71, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 221 | 217 | - |
| CMYK | 0.71 | 0 | 0.02 | 0.13 |
| HSL | 178.48º | 0.7% | 0.56% | - |
| HSV(B) | 178.48º | 0.71% | 0.87% | - |
| XYZ | 40.43 | 57.78 | 74.67 | - |
| YUV | 173.3 | 152.65 | 49.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 221 | 217 | 0.71 | 0 | 0.02 | 0.13 | 178.48 | 0.7 | 0.56 |
| Hex | 3F | DD | D9 | 47 | 0 | 2 | D | B2 | 46 | 38 |
| Octal | 77 | 335 | 331 | 107 | 0 | 2 | 15 | 262 | 106 | 70 |
| Binary | 111111 | 11011101 | 11011001 | 1000111 | 0 | 10 | 1101 | 10110010 | 1000110 | 111000 |
Color Harmonies of #3FDDD9
Complementary color
Monochromatic Colors of #3FDDD9
Black with #3FDDD9
Text Example
Text Example
White with #3FDDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDDD9; }
p { color: rgb(63,221,217); }
H1.HeaderClassName
{
color: #3FDDD9;
}
.AnyTagClassName
{
color: #3FDDD9;
}
</style>
background-color css
<style>
a { background-color: #3FDDD9; }
a { background-color: rgb(63,221,217); }
div.DivClassName
{
background-color: #3FDDD9;
}
.BgClassName
{
background-color: #3FDDD9;
}
</style>
border-color css
<style>
span { border-color: #3FDDD9; }
span { border-color: rgb(63,221,217); }
td.TdClassName
{
border-color: #3FDDD9;
}
.TagClassName
{
border-color: #3FDDD9;
}
</style>