Shades of Medium Turquoise #3BCFCC
Tints of Medium Turquoise #3BCFCC
RGB
CMYK
RGB Variations
Color information
#3BCFCC (or 0x3BCFCC) is known color: Medium Turquoise. HEX triplet: 3B, CF and CC. RGB value is (59,207,204). Sum of RGB (Red+Green+Blue) = 59+207+204=470 (62% of max value = 765). Red value is 59 (23.44% from 255 or 12.55% from 470); Green value is 207 (81.25% from 255 or 44.04% from 470); Blue value is 204 (80.08% from 255 or 43.40% from 470); Max value from RGB is 207 - color contains mainly: green. Hex color #3BCFCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BCFCC is #C43033. Grayscale: #A2A2A2. Windows color (decimal): -12857396 or 13422395. OLE color: 13422395.
HSL color Cylindrical-coordinate representation of color #3BCFCC: hue angle of 178.78º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3BCFCC is Cyan = 0.71, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 59 | 207 | 204 | - |
| CMYK | 0.71 | 0 | 0.01 | 0.19 |
| HSL | 178.78º | 0.61% | 0.52% | - |
| HSV(B) | 178.78º | 0.71% | 0.81% | - |
| XYZ | 35.02 | 49.92 | 64.92 | - |
| YUV | 162.41 | 151.47 | 54.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 207 | 204 | 0.71 | 0 | 0.01 | 0.19 | 178.78 | 0.61 | 0.52 |
| Hex | 3B | CF | CC | 47 | 0 | 1 | 13 | B3 | 3D | 34 |
| Octal | 73 | 317 | 314 | 107 | 0 | 1 | 23 | 263 | 75 | 64 |
| Binary | 111011 | 11001111 | 11001100 | 1000111 | 0 | 1 | 10011 | 10110011 | 111101 | 110100 |
Color Harmonies of #3BCFCC
Complementary color
Monochromatic Colors of #3BCFCC
Black with #3BCFCC
Text Example
Text Example
White with #3BCFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BCFCC; }
p { color: rgb(59,207,204); }
H1.HeaderClassName
{
color: #3BCFCC;
}
.AnyTagClassName
{
color: #3BCFCC;
}
</style>
background-color css
<style>
a { background-color: #3BCFCC; }
a { background-color: rgb(59,207,204); }
div.DivClassName
{
background-color: #3BCFCC;
}
.BgClassName
{
background-color: #3BCFCC;
}
</style>
border-color css
<style>
span { border-color: #3BCFCC; }
span { border-color: rgb(59,207,204); }
td.TdClassName
{
border-color: #3BCFCC;
}
.TagClassName
{
border-color: #3BCFCC;
}
</style>