Shades of Medium Turquoise #38CBC7
Tints of Medium Turquoise #38CBC7
RGB
CMYK
RGB Variations
Color information
#38CBC7 (or 0x38CBC7) is known color: Medium Turquoise. HEX triplet: 38, CB and C7. RGB value is (56,203,199). Sum of RGB (Red+Green+Blue) = 56+203+199=458 (60% of max value = 765). Red value is 56 (22.27% from 255 or 12.23% from 458); Green value is 203 (79.69% from 255 or 44.32% from 458); Blue value is 199 (78.12% from 255 or 43.45% from 458); Max value from RGB is 203 - color contains mainly: green. Hex color #38CBC7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38CBC7 is #C73438. Grayscale: #9E9E9E. Windows color (decimal): -13055033 or 13093688. OLE color: 13093688.
HSL color Cylindrical-coordinate representation of color #38CBC7: hue angle of 178.37º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #38CBC7 is Cyan = 0.72, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 56 | 203 | 199 | - |
| CMYK | 0.72 | 0 | 0.02 | 0.20 |
| HSL | 178.37º | 0.59% | 0.51% | - |
| HSV(B) | 178.37º | 0.72% | 0.8% | - |
| XYZ | 33.3 | 47.68 | 61.48 | - |
| YUV | 158.59 | 150.8 | 54.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 203 | 199 | 0.72 | 0 | 0.02 | 0.20 | 178.37 | 0.59 | 0.51 |
| Hex | 38 | CB | C7 | 48 | 0 | 2 | 14 | B2 | 3B | 33 |
| Octal | 70 | 313 | 307 | 110 | 0 | 2 | 24 | 262 | 73 | 63 |
| Binary | 111000 | 11001011 | 11000111 | 1001000 | 0 | 10 | 10100 | 10110010 | 111011 | 110011 |
Color Harmonies of #38CBC7
Complementary color
Monochromatic Colors of #38CBC7
Black with #38CBC7
Text Example
Text Example
White with #38CBC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38CBC7; }
p { color: rgb(56,203,199); }
H1.HeaderClassName
{
color: #38CBC7;
}
.AnyTagClassName
{
color: #38CBC7;
}
</style>
background-color css
<style>
a { background-color: #38CBC7; }
a { background-color: rgb(56,203,199); }
div.DivClassName
{
background-color: #38CBC7;
}
.BgClassName
{
background-color: #38CBC7;
}
</style>
border-color css
<style>
span { border-color: #38CBC7; }
span { border-color: rgb(56,203,199); }
td.TdClassName
{
border-color: #38CBC7;
}
.TagClassName
{
border-color: #38CBC7;
}
</style>