Shades of Turquoise #3FDDD1
Tints of Turquoise #3FDDD1
RGB
CMYK
RGB Variations
Color information
#3FDDD1 (or 0x3FDDD1) is known color: Turquoise. HEX triplet: 3F, DD and D1. RGB value is (63,221,209). Sum of RGB (Red+Green+Blue) = 63+221+209=493 (65% of max value = 765). Red value is 63 (25% from 255 or 12.78% from 493); Green value is 221 (86.72% from 255 or 44.83% from 493); Blue value is 209 (82.03% from 255 or 42.39% from 493); Max value from RGB is 221 - color contains mainly: green. Hex color #3FDDD1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FDDD1 is #C0222E. Grayscale: #ACACAC. Windows color (decimal): -12591663 or 13753663. OLE color: 13753663.
HSL color Cylindrical-coordinate representation of color #3FDDD1: hue angle of 175.44º 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 #3FDDD1 is Cyan = 0.71, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 221 | 209 | - |
| CMYK | 0.71 | 0 | 0.05 | 0.13 |
| HSL | 175.44º | 0.7% | 0.56% | - |
| HSV(B) | 175.44º | 0.71% | 0.87% | - |
| XYZ | 39.41 | 57.37 | 69.32 | - |
| YUV | 172.39 | 148.65 | 49.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 221 | 209 | 0.71 | 0 | 0.05 | 0.13 | 175.44 | 0.7 | 0.56 |
| Hex | 3F | DD | D1 | 47 | 0 | 5 | D | AF | 46 | 38 |
| Octal | 77 | 335 | 321 | 107 | 0 | 5 | 15 | 257 | 106 | 70 |
| Binary | 111111 | 11011101 | 11010001 | 1000111 | 0 | 101 | 1101 | 10101111 | 1000110 | 111000 |
Color Harmonies of #3FDDD1
Complementary color
Monochromatic Colors of #3FDDD1
Black with #3FDDD1
Text Example
Text Example
White with #3FDDD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDDD1; }
p { color: rgb(63,221,209); }
H1.HeaderClassName
{
color: #3FDDD1;
}
.AnyTagClassName
{
color: #3FDDD1;
}
</style>
background-color css
<style>
a { background-color: #3FDDD1; }
a { background-color: rgb(63,221,209); }
div.DivClassName
{
background-color: #3FDDD1;
}
.BgClassName
{
background-color: #3FDDD1;
}
</style>
border-color css
<style>
span { border-color: #3FDDD1; }
span { border-color: rgb(63,221,209); }
td.TdClassName
{
border-color: #3FDDD1;
}
.TagClassName
{
border-color: #3FDDD1;
}
</style>