Shades of Medium Turquoise #3BCFDB
Tints of Medium Turquoise #3BCFDB
RGB
CMYK
RGB Variations
Color information
#3BCFDB (or 0x3BCFDB) is known color: Medium Turquoise. HEX triplet: 3B, CF and DB. RGB value is (59,207,219). Sum of RGB (Red+Green+Blue) = 59+207+219=485 (64% of max value = 765). Red value is 59 (23.44% from 255 or 12.16% from 485); Green value is 207 (81.25% from 255 or 42.68% from 485); Blue value is 219 (85.94% from 255 or 45.15% from 485); Max value from RGB is 219 - color contains mainly: blue. Hex color #3BCFDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BCFDB is #C43024. Grayscale: #A3A3A3. Windows color (decimal): -12857381 or 14405435. OLE color: 14405435.
HSL color Cylindrical-coordinate representation of color #3BCFDB: hue angle of 184.5º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3BCFDB is Cyan = 0.73, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 59 | 207 | 219 | - |
| CMYK | 0.73 | 0.05 | 0 | 0.14 |
| HSL | 184.5º | 0.69% | 0.55% | - |
| HSV(B) | 184.5º | 0.73% | 0.86% | - |
| XYZ | 36.9 | 50.67 | 74.85 | - |
| YUV | 164.12 | 158.97 | 53.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 207 | 219 | 0.73 | 0.05 | 0 | 0.14 | 184.5 | 0.69 | 0.55 |
| Hex | 3B | CF | DB | 49 | 5 | 0 | E | B8 | 45 | 37 |
| Octal | 73 | 317 | 333 | 111 | 5 | 0 | 16 | 270 | 105 | 67 |
| Binary | 111011 | 11001111 | 11011011 | 1001001 | 101 | 0 | 1110 | 10111000 | 1000101 | 110111 |
Color Harmonies of #3BCFDB
Complementary color
Monochromatic Colors of #3BCFDB
Black with #3BCFDB
Text Example
Text Example
White with #3BCFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BCFDB; }
p { color: rgb(59,207,219); }
H1.HeaderClassName
{
color: #3BCFDB;
}
.AnyTagClassName
{
color: #3BCFDB;
}
</style>
background-color css
<style>
a { background-color: #3BCFDB; }
a { background-color: rgb(59,207,219); }
div.DivClassName
{
background-color: #3BCFDB;
}
.BgClassName
{
background-color: #3BCFDB;
}
</style>
border-color css
<style>
span { border-color: #3BCFDB; }
span { border-color: rgb(59,207,219); }
td.TdClassName
{
border-color: #3BCFDB;
}
.TagClassName
{
border-color: #3BCFDB;
}
</style>