Shades of Medium Turquoise #38CBBC
Tints of Medium Turquoise #38CBBC
RGB
CMYK
RGB Variations
Color information
#38CBBC (or 0x38CBBC) is known color: Medium Turquoise. HEX triplet: 38, CB and BC. RGB value is (56,203,188). Sum of RGB (Red+Green+Blue) = 56+203+188=447 (59% of max value = 765). Red value is 56 (22.27% from 255 or 12.53% from 447); Green value is 203 (79.69% from 255 or 45.41% from 447); Blue value is 188 (73.83% from 255 or 42.06% from 447); Max value from RGB is 203 - color contains mainly: green. Hex color #38CBBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38CBBC is #C73443. Grayscale: #9D9D9D. Windows color (decimal): -13055044 or 12372792. OLE color: 12372792.
HSL color Cylindrical-coordinate representation of color #38CBBC: hue angle of 173.88º 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 #38CBBC is Cyan = 0.72, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 56 | 203 | 188 | - |
| CMYK | 0.72 | 0 | 0.07 | 0.20 |
| HSL | 173.88º | 0.59% | 0.51% | - |
| HSV(B) | 173.88º | 0.72% | 0.8% | - |
| XYZ | 32.06 | 47.18 | 54.99 | - |
| YUV | 157.34 | 145.3 | 55.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 203 | 188 | 0.72 | 0 | 0.07 | 0.20 | 173.88 | 0.59 | 0.51 |
| Hex | 38 | CB | BC | 48 | 0 | 7 | 14 | AE | 3B | 33 |
| Octal | 70 | 313 | 274 | 110 | 0 | 7 | 24 | 256 | 73 | 63 |
| Binary | 111000 | 11001011 | 10111100 | 1001000 | 0 | 111 | 10100 | 10101110 | 111011 | 110011 |
Color Harmonies of #38CBBC
Complementary color
Monochromatic Colors of #38CBBC
Black with #38CBBC
Text Example
Text Example
White with #38CBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38CBBC; }
p { color: rgb(56,203,188); }
H1.HeaderClassName
{
color: #38CBBC;
}
.AnyTagClassName
{
color: #38CBBC;
}
</style>
background-color css
<style>
a { background-color: #38CBBC; }
a { background-color: rgb(56,203,188); }
div.DivClassName
{
background-color: #38CBBC;
}
.BgClassName
{
background-color: #38CBBC;
}
</style>
border-color css
<style>
span { border-color: #38CBBC; }
span { border-color: rgb(56,203,188); }
td.TdClassName
{
border-color: #38CBBC;
}
.TagClassName
{
border-color: #38CBBC;
}
</style>