Shades of Turquoise #3BDFC0
Tints of Turquoise #3BDFC0
RGB
CMYK
RGB Variations
Color information
#3BDFC0 (or 0x3BDFC0) is known color: Turquoise. HEX triplet: 3B, DF and C0. RGB value is (59,223,192). Sum of RGB (Red+Green+Blue) = 59+223+192=474 (62% of max value = 765). Red value is 59 (23.44% from 255 or 12.45% from 474); Green value is 223 (87.5% from 255 or 47.05% from 474); Blue value is 192 (75.39% from 255 or 40.51% from 474); Max value from RGB is 223 - color contains mainly: green. Hex color #3BDFC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BDFC0 is #C4203F. Grayscale: #AAAAAA. Windows color (decimal): -12853312 or 12640059. OLE color: 12640059.
HSL color Cylindrical-coordinate representation of color #3BDFC0: hue angle of 168.66º 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 #3BDFC0 is Cyan = 0.74, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 59 | 223 | 192 | - |
| CMYK | 0.74 | 0 | 0.14 | 0.13 |
| HSL | 168.66º | 0.72% | 0.55% | - |
| HSV(B) | 168.66º | 0.74% | 0.87% | - |
| XYZ | 37.71 | 57.51 | 58.98 | - |
| YUV | 170.43 | 140.17 | 48.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 223 | 192 | 0.74 | 0 | 0.14 | 0.13 | 168.66 | 0.72 | 0.55 |
| Hex | 3B | DF | C0 | 4A | 0 | E | D | A9 | 48 | 37 |
| Octal | 73 | 337 | 300 | 112 | 0 | 16 | 15 | 251 | 110 | 67 |
| Binary | 111011 | 11011111 | 11000000 | 1001010 | 0 | 1110 | 1101 | 10101001 | 1001000 | 110111 |
Color Harmonies of #3BDFC0
Complementary color
Monochromatic Colors of #3BDFC0
Black with #3BDFC0
Text Example
Text Example
White with #3BDFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BDFC0; }
p { color: rgb(59,223,192); }
H1.HeaderClassName
{
color: #3BDFC0;
}
.AnyTagClassName
{
color: #3BDFC0;
}
</style>
background-color css
<style>
a { background-color: #3BDFC0; }
a { background-color: rgb(59,223,192); }
div.DivClassName
{
background-color: #3BDFC0;
}
.BgClassName
{
background-color: #3BDFC0;
}
</style>
border-color css
<style>
span { border-color: #3BDFC0; }
span { border-color: rgb(59,223,192); }
td.TdClassName
{
border-color: #3BDFC0;
}
.TagClassName
{
border-color: #3BDFC0;
}
</style>