Shades of Turquoise #3FDBC0
Tints of Turquoise #3FDBC0
RGB
CMYK
RGB Variations
Color information
#3FDBC0 (or 0x3FDBC0) is known color: Turquoise. HEX triplet: 3F, DB and C0. RGB value is (63,219,192). Sum of RGB (Red+Green+Blue) = 63+219+192=474 (62% of max value = 765). Red value is 63 (25% from 255 or 13.29% from 474); Green value is 219 (85.94% from 255 or 46.20% from 474); Blue value is 192 (75.39% from 255 or 40.51% from 474); Max value from RGB is 219 - color contains mainly: green. Hex color #3FDBC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FDBC0 is #C0243F. Grayscale: #A9A9A9. Windows color (decimal): -12592192 or 12639039. OLE color: 12639039.
HSL color Cylindrical-coordinate representation of color #3FDBC0: hue angle of 169.62º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3FDBC0 is Cyan = 0.71, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 63 | 219 | 192 | - |
| CMYK | 0.71 | 0 | 0.12 | 0.14 |
| HSL | 169.62º | 0.68% | 0.55% | - |
| HSV(B) | 169.62º | 0.71% | 0.86% | - |
| XYZ | 36.9 | 55.53 | 58.64 | - |
| YUV | 169.28 | 140.82 | 52.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 219 | 192 | 0.71 | 0 | 0.12 | 0.14 | 169.62 | 0.68 | 0.55 |
| Hex | 3F | DB | C0 | 47 | 0 | C | E | AA | 44 | 37 |
| Octal | 77 | 333 | 300 | 107 | 0 | 14 | 16 | 252 | 104 | 67 |
| Binary | 111111 | 11011011 | 11000000 | 1000111 | 0 | 1100 | 1110 | 10101010 | 1000100 | 110111 |
Color Harmonies of #3FDBC0
Complementary color
Monochromatic Colors of #3FDBC0
Black with #3FDBC0
Text Example
Text Example
White with #3FDBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDBC0; }
p { color: rgb(63,219,192); }
H1.HeaderClassName
{
color: #3FDBC0;
}
.AnyTagClassName
{
color: #3FDBC0;
}
</style>
background-color css
<style>
a { background-color: #3FDBC0; }
a { background-color: rgb(63,219,192); }
div.DivClassName
{
background-color: #3FDBC0;
}
.BgClassName
{
background-color: #3FDBC0;
}
</style>
border-color css
<style>
span { border-color: #3FDBC0; }
span { border-color: rgb(63,219,192); }
td.TdClassName
{
border-color: #3FDBC0;
}
.TagClassName
{
border-color: #3FDBC0;
}
</style>