Shades of Turquoise #3BDACF
Tints of Turquoise #3BDACF
RGB
CMYK
RGB Variations
Color information
#3BDACF (or 0x3BDACF) is known color: Turquoise. HEX triplet: 3B, DA and CF. RGB value is (59,218,207). Sum of RGB (Red+Green+Blue) = 59+218+207=484 (64% of max value = 765). Red value is 59 (23.44% from 255 or 12.19% from 484); Green value is 218 (85.55% from 255 or 45.04% from 484); Blue value is 207 (81.25% from 255 or 42.77% from 484); Max value from RGB is 218 - color contains mainly: green. Hex color #3BDACF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BDACF is #C42530. Grayscale: #A9A9A9. Windows color (decimal): -12854577 or 13621819. OLE color: 13621819.
HSL color Cylindrical-coordinate representation of color #3BDACF: hue angle of 175.85º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3BDACF is Cyan = 0.73, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 59 | 218 | 207 | - |
| CMYK | 0.73 | 0 | 0.05 | 0.15 |
| HSL | 175.85º | 0.68% | 0.54% | - |
| HSV(B) | 175.85º | 0.73% | 0.85% | - |
| XYZ | 38.14 | 55.58 | 67.75 | - |
| YUV | 169.21 | 149.32 | 49.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 218 | 207 | 0.73 | 0 | 0.05 | 0.15 | 175.85 | 0.68 | 0.54 |
| Hex | 3B | DA | CF | 49 | 0 | 5 | F | B0 | 44 | 36 |
| Octal | 73 | 332 | 317 | 111 | 0 | 5 | 17 | 260 | 104 | 66 |
| Binary | 111011 | 11011010 | 11001111 | 1001001 | 0 | 101 | 1111 | 10110000 | 1000100 | 110110 |
Color Harmonies of #3BDACF
Complementary color
Monochromatic Colors of #3BDACF
Black with #3BDACF
Text Example
Text Example
White with #3BDACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BDACF; }
p { color: rgb(59,218,207); }
H1.HeaderClassName
{
color: #3BDACF;
}
.AnyTagClassName
{
color: #3BDACF;
}
</style>
background-color css
<style>
a { background-color: #3BDACF; }
a { background-color: rgb(59,218,207); }
div.DivClassName
{
background-color: #3BDACF;
}
.BgClassName
{
background-color: #3BDACF;
}
</style>
border-color css
<style>
span { border-color: #3BDACF; }
span { border-color: rgb(59,218,207); }
td.TdClassName
{
border-color: #3BDACF;
}
.TagClassName
{
border-color: #3BDACF;
}
</style>