Shades of Turquoise #3BFFDD
Tints of Turquoise #3BFFDD
RGB
CMYK
RGB Variations
Color information
#3BFFDD (or 0x3BFFDD) is known color: Turquoise. HEX triplet: 3B, FF and DD. RGB value is (59,255,221). Sum of RGB (Red+Green+Blue) = 59+255+221=535 (70% of max value = 765). Red value is 59 (23.44% from 255 or 11.03% from 535); Green value is 255 (100% from 255 or 47.66% from 535); Blue value is 221 (86.72% from 255 or 41.31% from 535); Max value from RGB is 255 - color contains mainly: green. Hex color #3BFFDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3BFFDD is #C40022. Grayscale: #C0C0C0. Windows color (decimal): -12845091 or 14548795. OLE color: 14548795.
HSL color Cylindrical-coordinate representation of color #3BFFDD: hue angle of 169.59º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3BFFDD is Cyan = 0.77, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 59 | 255 | 221 | - |
| CMYK | 0.77 | 0 | 0.13 | 0 |
| HSL | 169.59º | 1% | 0.62% | - |
| HSV(B) | 169.59º | 0.77% | 1% | - |
| XYZ | 50.61 | 77.67 | 80.73 | - |
| YUV | 192.52 | 144.07 | 32.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 255 | 221 | 0.77 | 0 | 0.13 | 0 | 169.59 | 1 | 0.62 |
| Hex | 3B | FF | DD | 4D | 0 | D | 0 | AA | 64 | 3E |
| Octal | 73 | 377 | 335 | 115 | 0 | 15 | 0 | 252 | 144 | 76 |
| Binary | 111011 | 11111111 | 11011101 | 1001101 | 0 | 1101 | 0 | 10101010 | 1100100 | 111110 |
Color Harmonies of #3BFFDD
Complementary color
Monochromatic Colors of #3BFFDD
Black with #3BFFDD
Text Example
Text Example
White with #3BFFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BFFDD; }
p { color: rgb(59,255,221); }
H1.HeaderClassName
{
color: #3BFFDD;
}
.AnyTagClassName
{
color: #3BFFDD;
}
</style>
background-color css
<style>
a { background-color: #3BFFDD; }
a { background-color: rgb(59,255,221); }
div.DivClassName
{
background-color: #3BFFDD;
}
.BgClassName
{
background-color: #3BFFDD;
}
</style>
border-color css
<style>
span { border-color: #3BFFDD; }
span { border-color: rgb(59,255,221); }
td.TdClassName
{
border-color: #3BFFDD;
}
.TagClassName
{
border-color: #3BFFDD;
}
</style>