Shades of Turquoise #3BF6DC
Tints of Turquoise #3BF6DC
RGB
CMYK
RGB Variations
Color information
#3BF6DC (or 0x3BF6DC) is known color: Turquoise. HEX triplet: 3B, F6 and DC. RGB value is (59,246,220). Sum of RGB (Red+Green+Blue) = 59+246+220=525 (69% of max value = 765). Red value is 59 (23.44% from 255 or 11.24% from 525); Green value is 246 (96.48% from 255 or 46.86% from 525); Blue value is 220 (86.33% from 255 or 41.90% from 525); Max value from RGB is 246 - color contains mainly: green. Hex color #3BF6DC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3BF6DC is #C40923. Grayscale: #BBBBBB. Windows color (decimal): -12847396 or 14480955. OLE color: 14480955.
HSL color Cylindrical-coordinate representation of color #3BF6DC: hue angle of 171.66º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3BF6DC is Cyan = 0.76, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 59 | 246 | 220 | - |
| CMYK | 0.76 | 0 | 0.11 | 0.04 |
| HSL | 171.66º | 0.91% | 0.6% | - |
| HSV(B) | 171.66º | 0.76% | 0.96% | - |
| XYZ | 47.68 | 72.01 | 79.1 | - |
| YUV | 187.12 | 146.55 | 36.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 246 | 220 | 0.76 | 0 | 0.11 | 0.04 | 171.66 | 0.91 | 0.6 |
| Hex | 3B | F6 | DC | 4C | 0 | B | 4 | AC | 5B | 3C |
| Octal | 73 | 366 | 334 | 114 | 0 | 13 | 4 | 254 | 133 | 74 |
| Binary | 111011 | 11110110 | 11011100 | 1001100 | 0 | 1011 | 100 | 10101100 | 1011011 | 111100 |
Color Harmonies of #3BF6DC
Complementary color
Monochromatic Colors of #3BF6DC
Black with #3BF6DC
Text Example
Text Example
White with #3BF6DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BF6DC; }
p { color: rgb(59,246,220); }
H1.HeaderClassName
{
color: #3BF6DC;
}
.AnyTagClassName
{
color: #3BF6DC;
}
</style>
background-color css
<style>
a { background-color: #3BF6DC; }
a { background-color: rgb(59,246,220); }
div.DivClassName
{
background-color: #3BF6DC;
}
.BgClassName
{
background-color: #3BF6DC;
}
</style>
border-color css
<style>
span { border-color: #3BF6DC; }
span { border-color: rgb(59,246,220); }
td.TdClassName
{
border-color: #3BF6DC;
}
.TagClassName
{
border-color: #3BF6DC;
}
</style>