Shades of Turquoise #3BE7DD
Tints of Turquoise #3BE7DD
RGB
CMYK
RGB Variations
Color information
#3BE7DD (or 0x3BE7DD) is known color: Turquoise. HEX triplet: 3B, E7 and DD. RGB value is (59,231,221). Sum of RGB (Red+Green+Blue) = 59+231+221=511 (67% of max value = 765). Red value is 59 (23.44% from 255 or 11.55% from 511); Green value is 231 (90.62% from 255 or 45.21% from 511); Blue value is 221 (86.72% from 255 or 43.25% from 511); Max value from RGB is 231 - color contains mainly: green. Hex color #3BE7DD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3BE7DD is #C41822. Grayscale: #B2B2B2. Windows color (decimal): -12851235 or 14542651. OLE color: 14542651.
HSL color Cylindrical-coordinate representation of color #3BE7DD: hue angle of 176.51º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3BE7DD is Cyan = 0.74, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 59 | 231 | 221 | - |
| CMYK | 0.74 | 0 | 0.04 | 0.09 |
| HSL | 176.51º | 0.78% | 0.57% | - |
| HSV(B) | 176.51º | 0.74% | 0.91% | - |
| XYZ | 43.43 | 63.3 | 78.34 | - |
| YUV | 178.43 | 152.02 | 42.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 231 | 221 | 0.74 | 0 | 0.04 | 0.09 | 176.51 | 0.78 | 0.57 |
| Hex | 3B | E7 | DD | 4A | 0 | 4 | 9 | B1 | 4E | 39 |
| Octal | 73 | 347 | 335 | 112 | 0 | 4 | 11 | 261 | 116 | 71 |
| Binary | 111011 | 11100111 | 11011101 | 1001010 | 0 | 100 | 1001 | 10110001 | 1001110 | 111001 |
Color Harmonies of #3BE7DD
Complementary color
Monochromatic Colors of #3BE7DD
Black with #3BE7DD
Text Example
Text Example
White with #3BE7DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BE7DD; }
p { color: rgb(59,231,221); }
H1.HeaderClassName
{
color: #3BE7DD;
}
.AnyTagClassName
{
color: #3BE7DD;
}
</style>
background-color css
<style>
a { background-color: #3BE7DD; }
a { background-color: rgb(59,231,221); }
div.DivClassName
{
background-color: #3BE7DD;
}
.BgClassName
{
background-color: #3BE7DD;
}
</style>
border-color css
<style>
span { border-color: #3BE7DD; }
span { border-color: rgb(59,231,221); }
td.TdClassName
{
border-color: #3BE7DD;
}
.TagClassName
{
border-color: #3BE7DD;
}
</style>