Shades of Medium Turquoise #3ABFCC
Tints of Medium Turquoise #3ABFCC
RGB
CMYK
RGB Variations
Color information
#3ABFCC (or 0x3ABFCC) is known color: Medium Turquoise. HEX triplet: 3A, BF and CC. RGB value is (58,191,204). Sum of RGB (Red+Green+Blue) = 58+191+204=453 (60% of max value = 765). Red value is 58 (23.05% from 255 or 12.80% from 453); Green value is 191 (75% from 255 or 42.16% from 453); Blue value is 204 (80.08% from 255 or 45.03% from 453); Max value from RGB is 204 - color contains mainly: blue. Hex color #3ABFCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ABFCC is #C54033. Grayscale: #989898. Windows color (decimal): -12927028 or 13418298. OLE color: 13418298.
HSL color Cylindrical-coordinate representation of color #3ABFCC: hue angle of 185.34º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3ABFCC is Cyan = 0.72, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 58 | 191 | 204 | - |
| CMYK | 0.72 | 0.06 | 0 | 0.2 |
| HSL | 185.34º | 0.59% | 0.51% | - |
| HSV(B) | 185.34º | 0.72% | 0.8% | - |
| XYZ | 31.27 | 42.52 | 63.69 | - |
| YUV | 152.72 | 156.94 | 60.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 191 | 204 | 0.72 | 0.06 | 0 | 0.2 | 185.34 | 0.59 | 0.51 |
| Hex | 3A | BF | CC | 48 | 6 | 0 | 14 | B9 | 3B | 33 |
| Octal | 72 | 277 | 314 | 110 | 6 | 0 | 24 | 271 | 73 | 63 |
| Binary | 111010 | 10111111 | 11001100 | 1001000 | 110 | 0 | 10100 | 10111001 | 111011 | 110011 |
Color Harmonies of #3ABFCC
Complementary color
Monochromatic Colors of #3ABFCC
Black with #3ABFCC
Text Example
Text Example
White with #3ABFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ABFCC; }
p { color: rgb(58,191,204); }
H1.HeaderClassName
{
color: #3ABFCC;
}
.AnyTagClassName
{
color: #3ABFCC;
}
</style>
background-color css
<style>
a { background-color: #3ABFCC; }
a { background-color: rgb(58,191,204); }
div.DivClassName
{
background-color: #3ABFCC;
}
.BgClassName
{
background-color: #3ABFCC;
}
</style>
border-color css
<style>
span { border-color: #3ABFCC; }
span { border-color: rgb(58,191,204); }
td.TdClassName
{
border-color: #3ABFCC;
}
.TagClassName
{
border-color: #3ABFCC;
}
</style>