Shades of Turquoise #3FDDD6
Tints of Turquoise #3FDDD6
RGB
CMYK
RGB Variations
Color information
#3FDDD6 (or 0x3FDDD6) is known color: Turquoise. HEX triplet: 3F, DD and D6. RGB value is (63,221,214). Sum of RGB (Red+Green+Blue) = 63+221+214=498 (65% of max value = 765). Red value is 63 (25% from 255 or 12.65% from 498); Green value is 221 (86.72% from 255 or 44.38% from 498); Blue value is 214 (83.98% from 255 or 42.97% from 498); Max value from RGB is 221 - color contains mainly: green. Hex color #3FDDD6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FDDD6 is #C02229. Grayscale: #ACACAC. Windows color (decimal): -12591658 or 14081343. OLE color: 14081343.
HSL color Cylindrical-coordinate representation of color #3FDDD6: hue angle of 177.34º 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 #3FDDD6 is Cyan = 0.71, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 221 | 214 | - |
| CMYK | 0.71 | 0 | 0.03 | 0.13 |
| HSL | 177.34º | 0.7% | 0.56% | - |
| HSV(B) | 177.34º | 0.71% | 0.87% | - |
| XYZ | 40.04 | 57.62 | 72.63 | - |
| YUV | 172.96 | 151.15 | 49.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 221 | 214 | 0.71 | 0 | 0.03 | 0.13 | 177.34 | 0.7 | 0.56 |
| Hex | 3F | DD | D6 | 47 | 0 | 3 | D | B1 | 46 | 38 |
| Octal | 77 | 335 | 326 | 107 | 0 | 3 | 15 | 261 | 106 | 70 |
| Binary | 111111 | 11011101 | 11010110 | 1000111 | 0 | 11 | 1101 | 10110001 | 1000110 | 111000 |
Color Harmonies of #3FDDD6
Complementary color
Monochromatic Colors of #3FDDD6
Black with #3FDDD6
Text Example
Text Example
White with #3FDDD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDDD6; }
p { color: rgb(63,221,214); }
H1.HeaderClassName
{
color: #3FDDD6;
}
.AnyTagClassName
{
color: #3FDDD6;
}
</style>
background-color css
<style>
a { background-color: #3FDDD6; }
a { background-color: rgb(63,221,214); }
div.DivClassName
{
background-color: #3FDDD6;
}
.BgClassName
{
background-color: #3FDDD6;
}
</style>
border-color css
<style>
span { border-color: #3FDDD6; }
span { border-color: rgb(63,221,214); }
td.TdClassName
{
border-color: #3FDDD6;
}
.TagClassName
{
border-color: #3FDDD6;
}
</style>