Shades of Medium Turquoise #38CCC0
Tints of Medium Turquoise #38CCC0
RGB
CMYK
RGB Variations
Color information
#38CCC0 (or 0x38CCC0) is known color: Medium Turquoise. HEX triplet: 38, CC and C0. RGB value is (56,204,192). Sum of RGB (Red+Green+Blue) = 56+204+192=452 (59% of max value = 765). Red value is 56 (22.27% from 255 or 12.39% from 452); Green value is 204 (80.08% from 255 or 45.13% from 452); Blue value is 192 (75.39% from 255 or 42.48% from 452); Max value from RGB is 204 - color contains mainly: green. Hex color #38CCC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38CCC0 is #C7333F. Grayscale: #9E9E9E. Windows color (decimal): -13054784 or 12635192. OLE color: 12635192.
HSL color Cylindrical-coordinate representation of color #38CCC0: hue angle of 175.14º 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 #38CCC0 is Cyan = 0.73, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 56 | 204 | 192 | - |
| CMYK | 0.73 | 0 | 0.06 | 0.2 |
| HSL | 175.14º | 0.59% | 0.51% | - |
| HSV(B) | 175.14º | 0.73% | 0.8% | - |
| XYZ | 32.74 | 47.83 | 57.38 | - |
| YUV | 158.38 | 146.97 | 54.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 204 | 192 | 0.73 | 0 | 0.06 | 0.2 | 175.14 | 0.59 | 0.51 |
| Hex | 38 | CC | C0 | 49 | 0 | 6 | 14 | AF | 3B | 33 |
| Octal | 70 | 314 | 300 | 111 | 0 | 6 | 24 | 257 | 73 | 63 |
| Binary | 111000 | 11001100 | 11000000 | 1001001 | 0 | 110 | 10100 | 10101111 | 111011 | 110011 |
Color Harmonies of #38CCC0
Complementary color
Monochromatic Colors of #38CCC0
Black with #38CCC0
Text Example
Text Example
White with #38CCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38CCC0; }
p { color: rgb(56,204,192); }
H1.HeaderClassName
{
color: #38CCC0;
}
.AnyTagClassName
{
color: #38CCC0;
}
</style>
background-color css
<style>
a { background-color: #38CCC0; }
a { background-color: rgb(56,204,192); }
div.DivClassName
{
background-color: #38CCC0;
}
.BgClassName
{
background-color: #38CCC0;
}
</style>
border-color css
<style>
span { border-color: #38CCC0; }
span { border-color: rgb(56,204,192); }
td.TdClassName
{
border-color: #38CCC0;
}
.TagClassName
{
border-color: #38CCC0;
}
</style>