Shades of Medium Turquoise #38CCC1
Tints of Medium Turquoise #38CCC1
RGB
CMYK
RGB Variations
Color information
#38CCC1 (or 0x38CCC1) is known color: Medium Turquoise. HEX triplet: 38, CC and C1. RGB value is (56,204,193). Sum of RGB (Red+Green+Blue) = 56+204+193=453 (60% of max value = 765). Red value is 56 (22.27% from 255 or 12.36% from 453); Green value is 204 (80.08% from 255 or 45.03% from 453); Blue value is 193 (75.78% from 255 or 42.60% from 453); Max value from RGB is 204 - color contains mainly: green. Hex color #38CCC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38CCC1 is #C7333E. Grayscale: #9E9E9E. Windows color (decimal): -13054783 or 12700728. OLE color: 12700728.
HSL color Cylindrical-coordinate representation of color #38CCC1: hue angle of 175.54º 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 #38CCC1 is Cyan = 0.73, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 56 | 204 | 193 | - |
| CMYK | 0.73 | 0 | 0.05 | 0.2 |
| HSL | 175.54º | 0.59% | 0.51% | - |
| HSV(B) | 175.54º | 0.73% | 0.8% | - |
| XYZ | 32.85 | 47.88 | 57.96 | - |
| YUV | 158.49 | 147.47 | 54.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 204 | 193 | 0.73 | 0 | 0.05 | 0.2 | 175.54 | 0.59 | 0.51 |
| Hex | 38 | CC | C1 | 49 | 0 | 5 | 14 | B0 | 3B | 33 |
| Octal | 70 | 314 | 301 | 111 | 0 | 5 | 24 | 260 | 73 | 63 |
| Binary | 111000 | 11001100 | 11000001 | 1001001 | 0 | 101 | 10100 | 10110000 | 111011 | 110011 |
Color Harmonies of #38CCC1
Complementary color
Monochromatic Colors of #38CCC1
Black with #38CCC1
Text Example
Text Example
White with #38CCC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38CCC1; }
p { color: rgb(56,204,193); }
H1.HeaderClassName
{
color: #38CCC1;
}
.AnyTagClassName
{
color: #38CCC1;
}
</style>
background-color css
<style>
a { background-color: #38CCC1; }
a { background-color: rgb(56,204,193); }
div.DivClassName
{
background-color: #38CCC1;
}
.BgClassName
{
background-color: #38CCC1;
}
</style>
border-color css
<style>
span { border-color: #38CCC1; }
span { border-color: rgb(56,204,193); }
td.TdClassName
{
border-color: #38CCC1;
}
.TagClassName
{
border-color: #38CCC1;
}
</style>