Shades of Turquoise #3FDDD8
Tints of Turquoise #3FDDD8
RGB
CMYK
RGB Variations
Color information
#3FDDD8 (or 0x3FDDD8) is known color: Turquoise. HEX triplet: 3F, DD and D8. RGB value is (63,221,216). Sum of RGB (Red+Green+Blue) = 63+221+216=500 (66% of max value = 765). Red value is 63 (25% from 255 or 12.6% from 500); Green value is 221 (86.72% from 255 or 44.2% from 500); Blue value is 216 (84.77% from 255 or 43.2% from 500); Max value from RGB is 221 - color contains mainly: green. Hex color #3FDDD8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FDDD8 is #C02227. Grayscale: #ADADAD. Windows color (decimal): -12591656 or 14212415. OLE color: 14212415.
HSL color Cylindrical-coordinate representation of color #3FDDD8: hue angle of 178.1º 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 #3FDDD8 is Cyan = 0.71, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 221 | 216 | - |
| CMYK | 0.71 | 0 | 0.02 | 0.13 |
| HSL | 178.1º | 0.7% | 0.56% | - |
| HSV(B) | 178.1º | 0.71% | 0.87% | - |
| XYZ | 40.3 | 57.73 | 73.98 | - |
| YUV | 173.19 | 152.15 | 49.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 221 | 216 | 0.71 | 0 | 0.02 | 0.13 | 178.1 | 0.7 | 0.56 |
| Hex | 3F | DD | D8 | 47 | 0 | 2 | D | B2 | 46 | 38 |
| Octal | 77 | 335 | 330 | 107 | 0 | 2 | 15 | 262 | 106 | 70 |
| Binary | 111111 | 11011101 | 11011000 | 1000111 | 0 | 10 | 1101 | 10110010 | 1000110 | 111000 |
Color Harmonies of #3FDDD8
Complementary color
Monochromatic Colors of #3FDDD8
Black with #3FDDD8
Text Example
Text Example
White with #3FDDD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDDD8; }
p { color: rgb(63,221,216); }
H1.HeaderClassName
{
color: #3FDDD8;
}
.AnyTagClassName
{
color: #3FDDD8;
}
</style>
background-color css
<style>
a { background-color: #3FDDD8; }
a { background-color: rgb(63,221,216); }
div.DivClassName
{
background-color: #3FDDD8;
}
.BgClassName
{
background-color: #3FDDD8;
}
</style>
border-color css
<style>
span { border-color: #3FDDD8; }
span { border-color: rgb(63,221,216); }
td.TdClassName
{
border-color: #3FDDD8;
}
.TagClassName
{
border-color: #3FDDD8;
}
</style>