Shades of Turquoise #3BDFDD
Tints of Turquoise #3BDFDD
RGB
CMYK
RGB Variations
Color information
#3BDFDD (or 0x3BDFDD) is known color: Turquoise. HEX triplet: 3B, DF and DD. RGB value is (59,223,221). Sum of RGB (Red+Green+Blue) = 59+223+221=503 (66% of max value = 765). Red value is 59 (23.44% from 255 or 11.73% from 503); Green value is 223 (87.5% from 255 or 44.33% from 503); Blue value is 221 (86.72% from 255 or 43.94% from 503); Max value from RGB is 223 - color contains mainly: green. Hex color #3BDFDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BDFDD is #C42022. Grayscale: #ADADAD. Windows color (decimal): -12853283 or 14540603. OLE color: 14540603.
HSL color Cylindrical-coordinate representation of color #3BDFDD: hue angle of 179.27º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3BDFDD is Cyan = 0.74, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 59 | 223 | 221 | - |
| CMYK | 0.74 | 0 | 0.01 | 0.13 |
| HSL | 179.27º | 0.72% | 0.55% | - |
| HSV(B) | 179.27º | 0.74% | 0.87% | - |
| XYZ | 41.24 | 58.93 | 77.61 | - |
| YUV | 173.74 | 154.67 | 46.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 223 | 221 | 0.74 | 0 | 0.01 | 0.13 | 179.27 | 0.72 | 0.55 |
| Hex | 3B | DF | DD | 4A | 0 | 1 | D | B3 | 48 | 37 |
| Octal | 73 | 337 | 335 | 112 | 0 | 1 | 15 | 263 | 110 | 67 |
| Binary | 111011 | 11011111 | 11011101 | 1001010 | 0 | 1 | 1101 | 10110011 | 1001000 | 110111 |
Color Harmonies of #3BDFDD
Complementary color
Monochromatic Colors of #3BDFDD
Black with #3BDFDD
Text Example
Text Example
White with #3BDFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BDFDD; }
p { color: rgb(59,223,221); }
H1.HeaderClassName
{
color: #3BDFDD;
}
.AnyTagClassName
{
color: #3BDFDD;
}
</style>
background-color css
<style>
a { background-color: #3BDFDD; }
a { background-color: rgb(59,223,221); }
div.DivClassName
{
background-color: #3BDFDD;
}
.BgClassName
{
background-color: #3BDFDD;
}
</style>
border-color css
<style>
span { border-color: #3BDFDD; }
span { border-color: rgb(59,223,221); }
td.TdClassName
{
border-color: #3BDFDD;
}
.TagClassName
{
border-color: #3BDFDD;
}
</style>