Shades of Medium Turquoise #38C8BC
Tints of Medium Turquoise #38C8BC
RGB
CMYK
RGB Variations
Color information
#38C8BC (or 0x38C8BC) is known color: Medium Turquoise. HEX triplet: 38, C8 and BC. RGB value is (56,200,188). Sum of RGB (Red+Green+Blue) = 56+200+188=444 (58% of max value = 765). Red value is 56 (22.27% from 255 or 12.61% from 444); Green value is 200 (78.52% from 255 or 45.05% from 444); Blue value is 188 (73.83% from 255 or 42.34% from 444); Max value from RGB is 200 - color contains mainly: green. Hex color #38C8BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38C8BC is #C73743. Grayscale: #9B9B9B. Windows color (decimal): -13055812 or 12372024. OLE color: 12372024.
HSL color Cylindrical-coordinate representation of color #38C8BC: hue angle of 175º degrees, saturation: 0.57, 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 #38C8BC is Cyan = 0.72, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 56 | 200 | 188 | - |
| CMYK | 0.72 | 0 | 0.06 | 0.22 |
| HSL | 175º | 0.57% | 0.5% | - |
| HSV(B) | 175º | 0.72% | 0.78% | - |
| XYZ | 31.36 | 45.78 | 54.76 | - |
| YUV | 155.58 | 146.29 | 56.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 200 | 188 | 0.72 | 0 | 0.06 | 0.22 | 175 | 0.57 | 0.5 |
| Hex | 38 | C8 | BC | 48 | 0 | 6 | 16 | AF | 39 | 32 |
| Octal | 70 | 310 | 274 | 110 | 0 | 6 | 26 | 257 | 71 | 62 |
| Binary | 111000 | 11001000 | 10111100 | 1001000 | 0 | 110 | 10110 | 10101111 | 111001 | 110010 |
Color Harmonies of #38C8BC
Complementary color
Monochromatic Colors of #38C8BC
Black with #38C8BC
Text Example
Text Example
White with #38C8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38C8BC; }
p { color: rgb(56,200,188); }
H1.HeaderClassName
{
color: #38C8BC;
}
.AnyTagClassName
{
color: #38C8BC;
}
</style>
background-color css
<style>
a { background-color: #38C8BC; }
a { background-color: rgb(56,200,188); }
div.DivClassName
{
background-color: #38C8BC;
}
.BgClassName
{
background-color: #38C8BC;
}
</style>
border-color css
<style>
span { border-color: #38C8BC; }
span { border-color: rgb(56,200,188); }
td.TdClassName
{
border-color: #38C8BC;
}
.TagClassName
{
border-color: #38C8BC;
}
</style>