Shades of Medium Turquoise #3BC9DD
Tints of Medium Turquoise #3BC9DD
RGB
CMYK
RGB Variations
Color information
#3BC9DD (or 0x3BC9DD) is known color: Medium Turquoise. HEX triplet: 3B, C9 and DD. RGB value is (59,201,221). Sum of RGB (Red+Green+Blue) = 59+201+221=481 (63% of max value = 765). Red value is 59 (23.44% from 255 or 12.27% from 481); Green value is 201 (78.91% from 255 or 41.79% from 481); Blue value is 221 (86.72% from 255 or 45.95% from 481); Max value from RGB is 221 - color contains mainly: blue. Hex color #3BC9DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BC9DD is #C43622. Grayscale: #A0A0A0. Windows color (decimal): -12858915 or 14534971. OLE color: 14534971.
HSL color Cylindrical-coordinate representation of color #3BC9DD: hue angle of 187.41º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3BC9DD is Cyan = 0.73, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 59 | 201 | 221 | - |
| CMYK | 0.73 | 0.09 | 0 | 0.13 |
| HSL | 187.41º | 0.7% | 0.55% | - |
| HSV(B) | 187.41º | 0.73% | 0.87% | - |
| XYZ | 35.74 | 47.92 | 75.77 | - |
| YUV | 160.82 | 161.96 | 55.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 201 | 221 | 0.73 | 0.09 | 0 | 0.13 | 187.41 | 0.7 | 0.55 |
| Hex | 3B | C9 | DD | 49 | 9 | 0 | D | BB | 46 | 37 |
| Octal | 73 | 311 | 335 | 111 | 11 | 0 | 15 | 273 | 106 | 67 |
| Binary | 111011 | 11001001 | 11011101 | 1001001 | 1001 | 0 | 1101 | 10111011 | 1000110 | 110111 |
Color Harmonies of #3BC9DD
Complementary color
Monochromatic Colors of #3BC9DD
Black with #3BC9DD
Text Example
Text Example
White with #3BC9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BC9DD; }
p { color: rgb(59,201,221); }
H1.HeaderClassName
{
color: #3BC9DD;
}
.AnyTagClassName
{
color: #3BC9DD;
}
</style>
background-color css
<style>
a { background-color: #3BC9DD; }
a { background-color: rgb(59,201,221); }
div.DivClassName
{
background-color: #3BC9DD;
}
.BgClassName
{
background-color: #3BC9DD;
}
</style>
border-color css
<style>
span { border-color: #3BC9DD; }
span { border-color: rgb(59,201,221); }
td.TdClassName
{
border-color: #3BC9DD;
}
.TagClassName
{
border-color: #3BC9DD;
}
</style>