Shades of Turquoise #3BDBCF
Tints of Turquoise #3BDBCF
RGB
CMYK
RGB Variations
Color information
#3BDBCF (or 0x3BDBCF) is known color: Turquoise. HEX triplet: 3B, DB and CF. RGB value is (59,219,207). Sum of RGB (Red+Green+Blue) = 59+219+207=485 (64% of max value = 765). Red value is 59 (23.44% from 255 or 12.16% from 485); Green value is 219 (85.94% from 255 or 45.15% from 485); Blue value is 207 (81.25% from 255 or 42.68% from 485); Max value from RGB is 219 - color contains mainly: green. Hex color #3BDBCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BDBCF is #C42430. Grayscale: #A9A9A9. Windows color (decimal): -12854321 or 13622075. OLE color: 13622075.
HSL color Cylindrical-coordinate representation of color #3BDBCF: hue angle of 175.5º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3BDBCF is Cyan = 0.73, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 59 | 219 | 207 | - |
| CMYK | 0.73 | 0 | 0.05 | 0.14 |
| HSL | 175.5º | 0.69% | 0.55% | - |
| HSV(B) | 175.5º | 0.73% | 0.86% | - |
| XYZ | 38.4 | 56.1 | 67.84 | - |
| YUV | 169.79 | 148.99 | 48.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 219 | 207 | 0.73 | 0 | 0.05 | 0.14 | 175.5 | 0.69 | 0.55 |
| Hex | 3B | DB | CF | 49 | 0 | 5 | E | B0 | 45 | 37 |
| Octal | 73 | 333 | 317 | 111 | 0 | 5 | 16 | 260 | 105 | 67 |
| Binary | 111011 | 11011011 | 11001111 | 1001001 | 0 | 101 | 1110 | 10110000 | 1000101 | 110111 |
Color Harmonies of #3BDBCF
Complementary color
Monochromatic Colors of #3BDBCF
Black with #3BDBCF
Text Example
Text Example
White with #3BDBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BDBCF; }
p { color: rgb(59,219,207); }
H1.HeaderClassName
{
color: #3BDBCF;
}
.AnyTagClassName
{
color: #3BDBCF;
}
</style>
background-color css
<style>
a { background-color: #3BDBCF; }
a { background-color: rgb(59,219,207); }
div.DivClassName
{
background-color: #3BDBCF;
}
.BgClassName
{
background-color: #3BDBCF;
}
</style>
border-color css
<style>
span { border-color: #3BDBCF; }
span { border-color: rgb(59,219,207); }
td.TdClassName
{
border-color: #3BDBCF;
}
.TagClassName
{
border-color: #3BDBCF;
}
</style>