Shades of Medium Turquoise #38CEC6
Tints of Medium Turquoise #38CEC6
RGB
CMYK
RGB Variations
Color information
#38CEC6 (or 0x38CEC6) is known color: Medium Turquoise. HEX triplet: 38, CE and C6. RGB value is (56,206,198). Sum of RGB (Red+Green+Blue) = 56+206+198=460 (60% of max value = 765). Red value is 56 (22.27% from 255 or 12.17% from 460); Green value is 206 (80.86% from 255 or 44.78% from 460); Blue value is 198 (77.73% from 255 or 43.04% from 460); Max value from RGB is 206 - color contains mainly: green. Hex color #38CEC6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38CEC6 is #C73139. Grayscale: #A0A0A0. Windows color (decimal): -13054266 or 13028920. OLE color: 13028920.
HSL color Cylindrical-coordinate representation of color #38CEC6: hue angle of 176.8º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #38CEC6 is Cyan = 0.73, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 56 | 206 | 198 | - |
| CMYK | 0.73 | 0 | 0.04 | 0.19 |
| HSL | 176.8º | 0.6% | 0.51% | - |
| HSV(B) | 176.8º | 0.73% | 0.81% | - |
| XYZ | 33.9 | 49.06 | 61.11 | - |
| YUV | 160.24 | 149.31 | 53.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 206 | 198 | 0.73 | 0 | 0.04 | 0.19 | 176.8 | 0.6 | 0.51 |
| Hex | 38 | CE | C6 | 49 | 0 | 4 | 13 | B1 | 3C | 33 |
| Octal | 70 | 316 | 306 | 111 | 0 | 4 | 23 | 261 | 74 | 63 |
| Binary | 111000 | 11001110 | 11000110 | 1001001 | 0 | 100 | 10011 | 10110001 | 111100 | 110011 |
Color Harmonies of #38CEC6
Complementary color
Monochromatic Colors of #38CEC6
Black with #38CEC6
Text Example
Text Example
White with #38CEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38CEC6; }
p { color: rgb(56,206,198); }
H1.HeaderClassName
{
color: #38CEC6;
}
.AnyTagClassName
{
color: #38CEC6;
}
</style>
background-color css
<style>
a { background-color: #38CEC6; }
a { background-color: rgb(56,206,198); }
div.DivClassName
{
background-color: #38CEC6;
}
.BgClassName
{
background-color: #38CEC6;
}
</style>
border-color css
<style>
span { border-color: #38CEC6; }
span { border-color: rgb(56,206,198); }
td.TdClassName
{
border-color: #38CEC6;
}
.TagClassName
{
border-color: #38CEC6;
}
</style>