Shades of Medium Turquoise #38C6BF
Tints of Medium Turquoise #38C6BF
RGB
CMYK
RGB Variations
Color information
#38C6BF (or 0x38C6BF) is known color: Medium Turquoise. HEX triplet: 38, C6 and BF. RGB value is (56,198,191). Sum of RGB (Red+Green+Blue) = 56+198+191=445 (58% of max value = 765). Red value is 56 (22.27% from 255 or 12.58% from 445); Green value is 198 (77.73% from 255 or 44.49% from 445); Blue value is 191 (75% from 255 or 42.92% from 445); Max value from RGB is 198 - color contains mainly: green. Hex color #38C6BF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38C6BF is #C73940. Grayscale: #9A9A9A. Windows color (decimal): -13056321 or 12568120. OLE color: 12568120.
HSL color Cylindrical-coordinate representation of color #38C6BF: hue angle of 177.04º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #38C6BF is Cyan = 0.72, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 56 | 198 | 191 | - |
| CMYK | 0.72 | 0 | 0.04 | 0.22 |
| HSL | 177.04º | 0.56% | 0.5% | - |
| HSV(B) | 177.04º | 0.72% | 0.78% | - |
| XYZ | 31.23 | 44.99 | 56.33 | - |
| YUV | 154.74 | 148.46 | 57.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 198 | 191 | 0.72 | 0 | 0.04 | 0.22 | 177.04 | 0.56 | 0.5 |
| Hex | 38 | C6 | BF | 48 | 0 | 4 | 16 | B1 | 38 | 32 |
| Octal | 70 | 306 | 277 | 110 | 0 | 4 | 26 | 261 | 70 | 62 |
| Binary | 111000 | 11000110 | 10111111 | 1001000 | 0 | 100 | 10110 | 10110001 | 111000 | 110010 |
Color Harmonies of #38C6BF
Complementary color
Monochromatic Colors of #38C6BF
Black with #38C6BF
Text Example
Text Example
White with #38C6BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38C6BF; }
p { color: rgb(56,198,191); }
H1.HeaderClassName
{
color: #38C6BF;
}
.AnyTagClassName
{
color: #38C6BF;
}
</style>
background-color css
<style>
a { background-color: #38C6BF; }
a { background-color: rgb(56,198,191); }
div.DivClassName
{
background-color: #38C6BF;
}
.BgClassName
{
background-color: #38C6BF;
}
</style>
border-color css
<style>
span { border-color: #38C6BF; }
span { border-color: rgb(56,198,191); }
td.TdClassName
{
border-color: #38C6BF;
}
.TagClassName
{
border-color: #38C6BF;
}
</style>