Shades of Medium Turquoise #38BFCC
Tints of Medium Turquoise #38BFCC
RGB
CMYK
RGB Variations
Color information
#38BFCC (or 0x38BFCC) is known color: Medium Turquoise. HEX triplet: 38, BF and CC. RGB value is (56,191,204). Sum of RGB (Red+Green+Blue) = 56+191+204=451 (59% of max value = 765). Red value is 56 (22.27% from 255 or 12.42% from 451); Green value is 191 (75% from 255 or 42.35% from 451); Blue value is 204 (80.08% from 255 or 45.23% from 451); Max value from RGB is 204 - color contains mainly: blue. Hex color #38BFCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38BFCC is #C74033. Grayscale: #979797. Windows color (decimal): -13058100 or 13418296. OLE color: 13418296.
HSL color Cylindrical-coordinate representation of color #38BFCC: hue angle of 185.27º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #38BFCC is Cyan = 0.73, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 56 | 191 | 204 | - |
| CMYK | 0.73 | 0.06 | 0 | 0.2 |
| HSL | 185.27º | 0.59% | 0.51% | - |
| HSV(B) | 185.27º | 0.73% | 0.8% | - |
| XYZ | 31.16 | 42.46 | 63.68 | - |
| YUV | 152.12 | 157.27 | 59.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 191 | 204 | 0.73 | 0.06 | 0 | 0.2 | 185.27 | 0.59 | 0.51 |
| Hex | 38 | BF | CC | 49 | 6 | 0 | 14 | B9 | 3B | 33 |
| Octal | 70 | 277 | 314 | 111 | 6 | 0 | 24 | 271 | 73 | 63 |
| Binary | 111000 | 10111111 | 11001100 | 1001001 | 110 | 0 | 10100 | 10111001 | 111011 | 110011 |
Color Harmonies of #38BFCC
Complementary color
Monochromatic Colors of #38BFCC
Black with #38BFCC
Text Example
Text Example
White with #38BFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38BFCC; }
p { color: rgb(56,191,204); }
H1.HeaderClassName
{
color: #38BFCC;
}
.AnyTagClassName
{
color: #38BFCC;
}
</style>
background-color css
<style>
a { background-color: #38BFCC; }
a { background-color: rgb(56,191,204); }
div.DivClassName
{
background-color: #38BFCC;
}
.BgClassName
{
background-color: #38BFCC;
}
</style>
border-color css
<style>
span { border-color: #38BFCC; }
span { border-color: rgb(56,191,204); }
td.TdClassName
{
border-color: #38BFCC;
}
.TagClassName
{
border-color: #38BFCC;
}
</style>