Shades of Medium Turquoise #38C6C0
Tints of Medium Turquoise #38C6C0
RGB
CMYK
RGB Variations
Color information
#38C6C0 (or 0x38C6C0) is known color: Medium Turquoise. HEX triplet: 38, C6 and C0. RGB value is (56,198,192). Sum of RGB (Red+Green+Blue) = 56+198+192=446 (59% of max value = 765). Red value is 56 (22.27% from 255 or 12.56% from 446); Green value is 198 (77.73% from 255 or 44.39% from 446); Blue value is 192 (75.39% from 255 or 43.05% from 446); Max value from RGB is 198 - color contains mainly: green. Hex color #38C6C0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38C6C0 is #C7393F. Grayscale: #9A9A9A. Windows color (decimal): -13056320 or 12633656. OLE color: 12633656.
HSL color Cylindrical-coordinate representation of color #38C6C0: hue angle of 177.46º 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 #38C6C0 is Cyan = 0.72, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 56 | 198 | 192 | - |
| CMYK | 0.72 | 0 | 0.03 | 0.22 |
| HSL | 177.46º | 0.56% | 0.5% | - |
| HSV(B) | 177.46º | 0.72% | 0.78% | - |
| XYZ | 31.34 | 45.03 | 56.91 | - |
| YUV | 154.86 | 148.96 | 57.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 198 | 192 | 0.72 | 0 | 0.03 | 0.22 | 177.46 | 0.56 | 0.5 |
| Hex | 38 | C6 | C0 | 48 | 0 | 3 | 16 | B1 | 38 | 32 |
| Octal | 70 | 306 | 300 | 110 | 0 | 3 | 26 | 261 | 70 | 62 |
| Binary | 111000 | 11000110 | 11000000 | 1001000 | 0 | 11 | 10110 | 10110001 | 111000 | 110010 |
Color Harmonies of #38C6C0
Complementary color
Monochromatic Colors of #38C6C0
Black with #38C6C0
Text Example
Text Example
White with #38C6C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38C6C0; }
p { color: rgb(56,198,192); }
H1.HeaderClassName
{
color: #38C6C0;
}
.AnyTagClassName
{
color: #38C6C0;
}
</style>
background-color css
<style>
a { background-color: #38C6C0; }
a { background-color: rgb(56,198,192); }
div.DivClassName
{
background-color: #38C6C0;
}
.BgClassName
{
background-color: #38C6C0;
}
</style>
border-color css
<style>
span { border-color: #38C6C0; }
span { border-color: rgb(56,198,192); }
td.TdClassName
{
border-color: #38C6C0;
}
.TagClassName
{
border-color: #38C6C0;
}
</style>