Shades of Turquoise #3FDBCF
Tints of Turquoise #3FDBCF
RGB
CMYK
RGB Variations
Color information
#3FDBCF (or 0x3FDBCF) is known color: Turquoise. HEX triplet: 3F, DB and CF. RGB value is (63,219,207). Sum of RGB (Red+Green+Blue) = 63+219+207=489 (64% of max value = 765). Red value is 63 (25% from 255 or 12.88% from 489); Green value is 219 (85.94% from 255 or 44.79% from 489); Blue value is 207 (81.25% from 255 or 42.33% from 489); Max value from RGB is 219 - color contains mainly: green. Hex color #3FDBCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FDBCF is #C02430. Grayscale: #AAAAAA. Windows color (decimal): -12592177 or 13622079. OLE color: 13622079.
HSL color Cylindrical-coordinate representation of color #3FDBCF: hue angle of 175.38º 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 #3FDBCF is Cyan = 0.71, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 63 | 219 | 207 | - |
| CMYK | 0.71 | 0 | 0.05 | 0.14 |
| HSL | 175.38º | 0.68% | 0.55% | - |
| HSV(B) | 175.38º | 0.71% | 0.86% | - |
| XYZ | 38.64 | 56.22 | 67.85 | - |
| YUV | 170.99 | 148.32 | 50.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 219 | 207 | 0.71 | 0 | 0.05 | 0.14 | 175.38 | 0.68 | 0.55 |
| Hex | 3F | DB | CF | 47 | 0 | 5 | E | AF | 44 | 37 |
| Octal | 77 | 333 | 317 | 107 | 0 | 5 | 16 | 257 | 104 | 67 |
| Binary | 111111 | 11011011 | 11001111 | 1000111 | 0 | 101 | 1110 | 10101111 | 1000100 | 110111 |
Color Harmonies of #3FDBCF
Complementary color
Monochromatic Colors of #3FDBCF
Black with #3FDBCF
Text Example
Text Example
White with #3FDBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDBCF; }
p { color: rgb(63,219,207); }
H1.HeaderClassName
{
color: #3FDBCF;
}
.AnyTagClassName
{
color: #3FDBCF;
}
</style>
background-color css
<style>
a { background-color: #3FDBCF; }
a { background-color: rgb(63,219,207); }
div.DivClassName
{
background-color: #3FDBCF;
}
.BgClassName
{
background-color: #3FDBCF;
}
</style>
border-color css
<style>
span { border-color: #3FDBCF; }
span { border-color: rgb(63,219,207); }
td.TdClassName
{
border-color: #3FDBCF;
}
.TagClassName
{
border-color: #3FDBCF;
}
</style>