Shades of Medium Turquoise #39BFCC
Tints of Medium Turquoise #39BFCC
RGB
CMYK
RGB Variations
Color information
#39BFCC (or 0x39BFCC) is known color: Medium Turquoise. HEX triplet: 39, BF and CC. RGB value is (57,191,204). Sum of RGB (Red+Green+Blue) = 57+191+204=452 (59% of max value = 765). Red value is 57 (22.66% from 255 or 12.61% from 452); Green value is 191 (75% from 255 or 42.26% from 452); Blue value is 204 (80.08% from 255 or 45.13% from 452); Max value from RGB is 204 - color contains mainly: blue. Hex color #39BFCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39BFCC is #C64033. Grayscale: #989898. Windows color (decimal): -12992564 or 13418297. OLE color: 13418297.
HSL color Cylindrical-coordinate representation of color #39BFCC: hue angle of 185.31º 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 #39BFCC is Cyan = 0.72, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 57 | 191 | 204 | - |
| CMYK | 0.72 | 0.06 | 0 | 0.2 |
| HSL | 185.31º | 0.59% | 0.51% | - |
| HSV(B) | 185.31º | 0.72% | 0.8% | - |
| XYZ | 31.22 | 42.49 | 63.68 | - |
| YUV | 152.42 | 157.11 | 59.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 191 | 204 | 0.72 | 0.06 | 0 | 0.2 | 185.31 | 0.59 | 0.51 |
| Hex | 39 | BF | CC | 48 | 6 | 0 | 14 | B9 | 3B | 33 |
| Octal | 71 | 277 | 314 | 110 | 6 | 0 | 24 | 271 | 73 | 63 |
| Binary | 111001 | 10111111 | 11001100 | 1001000 | 110 | 0 | 10100 | 10111001 | 111011 | 110011 |
Color Harmonies of #39BFCC
Complementary color
Monochromatic Colors of #39BFCC
Black with #39BFCC
Text Example
Text Example
White with #39BFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39BFCC; }
p { color: rgb(57,191,204); }
H1.HeaderClassName
{
color: #39BFCC;
}
.AnyTagClassName
{
color: #39BFCC;
}
</style>
background-color css
<style>
a { background-color: #39BFCC; }
a { background-color: rgb(57,191,204); }
div.DivClassName
{
background-color: #39BFCC;
}
.BgClassName
{
background-color: #39BFCC;
}
</style>
border-color css
<style>
span { border-color: #39BFCC; }
span { border-color: rgb(57,191,204); }
td.TdClassName
{
border-color: #39BFCC;
}
.TagClassName
{
border-color: #39BFCC;
}
</style>