Shades of Turquoise #3BDFD0
Tints of Turquoise #3BDFD0
RGB
CMYK
RGB Variations
Color information
#3BDFD0 (or 0x3BDFD0) is known color: Turquoise. HEX triplet: 3B, DF and D0. RGB value is (59,223,208). Sum of RGB (Red+Green+Blue) = 59+223+208=490 (64% of max value = 765). Red value is 59 (23.44% from 255 or 12.04% from 490); Green value is 223 (87.5% from 255 or 45.51% from 490); Blue value is 208 (81.64% from 255 or 42.45% from 490); Max value from RGB is 223 - color contains mainly: green. Hex color #3BDFD0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BDFD0 is #C4202F. Grayscale: #ACACAC. Windows color (decimal): -12853296 or 13688635. OLE color: 13688635.
HSL color Cylindrical-coordinate representation of color #3BDFD0: hue angle of 174.51º 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 #3BDFD0 is Cyan = 0.74, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 59 | 223 | 208 | - |
| CMYK | 0.74 | 0 | 0.07 | 0.13 |
| HSL | 174.51º | 0.72% | 0.55% | - |
| HSV(B) | 174.51º | 0.74% | 0.87% | - |
| XYZ | 39.58 | 58.26 | 68.83 | - |
| YUV | 172.25 | 148.17 | 47.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 223 | 208 | 0.74 | 0 | 0.07 | 0.13 | 174.51 | 0.72 | 0.55 |
| Hex | 3B | DF | D0 | 4A | 0 | 7 | D | AF | 48 | 37 |
| Octal | 73 | 337 | 320 | 112 | 0 | 7 | 15 | 257 | 110 | 67 |
| Binary | 111011 | 11011111 | 11010000 | 1001010 | 0 | 111 | 1101 | 10101111 | 1001000 | 110111 |
Color Harmonies of #3BDFD0
Complementary color
Monochromatic Colors of #3BDFD0
Black with #3BDFD0
Text Example
Text Example
White with #3BDFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BDFD0; }
p { color: rgb(59,223,208); }
H1.HeaderClassName
{
color: #3BDFD0;
}
.AnyTagClassName
{
color: #3BDFD0;
}
</style>
background-color css
<style>
a { background-color: #3BDFD0; }
a { background-color: rgb(59,223,208); }
div.DivClassName
{
background-color: #3BDFD0;
}
.BgClassName
{
background-color: #3BDFD0;
}
</style>
border-color css
<style>
span { border-color: #3BDFD0; }
span { border-color: rgb(59,223,208); }
td.TdClassName
{
border-color: #3BDFD0;
}
.TagClassName
{
border-color: #3BDFD0;
}
</style>