Shades of Turquoise #3FDDD0
Tints of Turquoise #3FDDD0
RGB
CMYK
RGB Variations
Color information
#3FDDD0 (or 0x3FDDD0) is known color: Turquoise. HEX triplet: 3F, DD and D0. RGB value is (63,221,208). Sum of RGB (Red+Green+Blue) = 63+221+208=492 (65% of max value = 765). Red value is 63 (25% from 255 or 12.80% from 492); Green value is 221 (86.72% from 255 or 44.92% from 492); Blue value is 208 (81.64% from 255 or 42.28% from 492); Max value from RGB is 221 - color contains mainly: green. Hex color #3FDDD0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FDDD0 is #C0222F. Grayscale: #ACACAC. Windows color (decimal): -12591664 or 13688127. OLE color: 13688127.
HSL color Cylindrical-coordinate representation of color #3FDDD0: hue angle of 175.06º 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 #3FDDD0 is Cyan = 0.71, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 221 | 208 | - |
| CMYK | 0.71 | 0 | 0.06 | 0.13 |
| HSL | 175.06º | 0.7% | 0.56% | - |
| HSV(B) | 175.06º | 0.71% | 0.87% | - |
| XYZ | 39.29 | 57.32 | 68.67 | - |
| YUV | 172.28 | 148.15 | 50.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 221 | 208 | 0.71 | 0 | 0.06 | 0.13 | 175.06 | 0.7 | 0.56 |
| Hex | 3F | DD | D0 | 47 | 0 | 6 | D | AF | 46 | 38 |
| Octal | 77 | 335 | 320 | 107 | 0 | 6 | 15 | 257 | 106 | 70 |
| Binary | 111111 | 11011101 | 11010000 | 1000111 | 0 | 110 | 1101 | 10101111 | 1000110 | 111000 |
Color Harmonies of #3FDDD0
Complementary color
Monochromatic Colors of #3FDDD0
Black with #3FDDD0
Text Example
Text Example
White with #3FDDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDDD0; }
p { color: rgb(63,221,208); }
H1.HeaderClassName
{
color: #3FDDD0;
}
.AnyTagClassName
{
color: #3FDDD0;
}
</style>
background-color css
<style>
a { background-color: #3FDDD0; }
a { background-color: rgb(63,221,208); }
div.DivClassName
{
background-color: #3FDDD0;
}
.BgClassName
{
background-color: #3FDDD0;
}
</style>
border-color css
<style>
span { border-color: #3FDDD0; }
span { border-color: rgb(63,221,208); }
td.TdClassName
{
border-color: #3FDDD0;
}
.TagClassName
{
border-color: #3FDDD0;
}
</style>