Shades of Medium Turquoise #38CEC3
Tints of Medium Turquoise #38CEC3
RGB
CMYK
RGB Variations
Color information
#38CEC3 (or 0x38CEC3) is known color: Medium Turquoise. HEX triplet: 38, CE and C3. RGB value is (56,206,195). Sum of RGB (Red+Green+Blue) = 56+206+195=457 (60% of max value = 765). Red value is 56 (22.27% from 255 or 12.25% from 457); Green value is 206 (80.86% from 255 or 45.08% from 457); Blue value is 195 (76.56% from 255 or 42.67% from 457); Max value from RGB is 206 - color contains mainly: green. Hex color #38CEC3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38CEC3 is #C7313C. Grayscale: #9F9F9F. Windows color (decimal): -13054269 or 12832312. OLE color: 12832312.
HSL color Cylindrical-coordinate representation of color #38CEC3: hue angle of 175.6º 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 #38CEC3 is Cyan = 0.73, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 56 | 206 | 195 | - |
| CMYK | 0.73 | 0 | 0.05 | 0.19 |
| HSL | 175.6º | 0.6% | 0.51% | - |
| HSV(B) | 175.6º | 0.73% | 0.81% | - |
| XYZ | 33.55 | 48.92 | 59.3 | - |
| YUV | 159.9 | 147.81 | 53.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 206 | 195 | 0.73 | 0 | 0.05 | 0.19 | 175.6 | 0.6 | 0.51 |
| Hex | 38 | CE | C3 | 49 | 0 | 5 | 13 | B0 | 3C | 33 |
| Octal | 70 | 316 | 303 | 111 | 0 | 5 | 23 | 260 | 74 | 63 |
| Binary | 111000 | 11001110 | 11000011 | 1001001 | 0 | 101 | 10011 | 10110000 | 111100 | 110011 |
Color Harmonies of #38CEC3
Complementary color
Monochromatic Colors of #38CEC3
Black with #38CEC3
Text Example
Text Example
White with #38CEC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38CEC3; }
p { color: rgb(56,206,195); }
H1.HeaderClassName
{
color: #38CEC3;
}
.AnyTagClassName
{
color: #38CEC3;
}
</style>
background-color css
<style>
a { background-color: #38CEC3; }
a { background-color: rgb(56,206,195); }
div.DivClassName
{
background-color: #38CEC3;
}
.BgClassName
{
background-color: #38CEC3;
}
</style>
border-color css
<style>
span { border-color: #38CEC3; }
span { border-color: rgb(56,206,195); }
td.TdClassName
{
border-color: #38CEC3;
}
.TagClassName
{
border-color: #38CEC3;
}
</style>