Shades of Medium Turquoise #38CBC9
Tints of Medium Turquoise #38CBC9
RGB
CMYK
RGB Variations
Color information
#38CBC9 (or 0x38CBC9) is known color: Medium Turquoise. HEX triplet: 38, CB and C9. RGB value is (56,203,201). Sum of RGB (Red+Green+Blue) = 56+203+201=460 (60% of max value = 765). Red value is 56 (22.27% from 255 or 12.17% from 460); Green value is 203 (79.69% from 255 or 44.13% from 460); Blue value is 201 (78.91% from 255 or 43.70% from 460); Max value from RGB is 203 - color contains mainly: green. Hex color #38CBC9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38CBC9 is #C73436. Grayscale: #9E9E9E. Windows color (decimal): -13055031 or 13224760. OLE color: 13224760.
HSL color Cylindrical-coordinate representation of color #38CBC9: hue angle of 179.18º 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 #38CBC9 is Cyan = 0.72, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 56 | 203 | 201 | - |
| CMYK | 0.72 | 0 | 0.01 | 0.20 |
| HSL | 179.18º | 0.59% | 0.51% | - |
| HSV(B) | 179.18º | 0.72% | 0.8% | - |
| XYZ | 33.53 | 47.77 | 62.71 | - |
| YUV | 158.82 | 151.8 | 54.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 203 | 201 | 0.72 | 0 | 0.01 | 0.20 | 179.18 | 0.59 | 0.51 |
| Hex | 38 | CB | C9 | 48 | 0 | 1 | 14 | B3 | 3B | 33 |
| Octal | 70 | 313 | 311 | 110 | 0 | 1 | 24 | 263 | 73 | 63 |
| Binary | 111000 | 11001011 | 11001001 | 1001000 | 0 | 1 | 10100 | 10110011 | 111011 | 110011 |
Color Harmonies of #38CBC9
Complementary color
Monochromatic Colors of #38CBC9
Black with #38CBC9
Text Example
Text Example
White with #38CBC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38CBC9; }
p { color: rgb(56,203,201); }
H1.HeaderClassName
{
color: #38CBC9;
}
.AnyTagClassName
{
color: #38CBC9;
}
</style>
background-color css
<style>
a { background-color: #38CBC9; }
a { background-color: rgb(56,203,201); }
div.DivClassName
{
background-color: #38CBC9;
}
.BgClassName
{
background-color: #38CBC9;
}
</style>
border-color css
<style>
span { border-color: #38CBC9; }
span { border-color: rgb(56,203,201); }
td.TdClassName
{
border-color: #38CBC9;
}
.TagClassName
{
border-color: #38CBC9;
}
</style>