Shades of Medium Turquoise #38CCCD
Tints of Medium Turquoise #38CCCD
RGB
CMYK
RGB Variations
Color information
#38CCCD (or 0x38CCCD) is known color: Medium Turquoise. HEX triplet: 38, CC and CD. RGB value is (56,204,205). Sum of RGB (Red+Green+Blue) = 56+204+205=465 (61% of max value = 765). Red value is 56 (22.27% from 255 or 12.04% from 465); Green value is 204 (80.08% from 255 or 43.87% from 465); Blue value is 205 (80.47% from 255 or 44.09% from 465); Max value from RGB is 205 - color contains mainly: blue. Hex color #38CCCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38CCCD is #C73332. Grayscale: #9F9F9F. Windows color (decimal): -13054771 or 13487160. OLE color: 13487160.
HSL color Cylindrical-coordinate representation of color #38CCCD: hue angle of 180.4º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #38CCCD is Cyan = 0.73, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 56 | 204 | 205 | - |
| CMYK | 0.73 | 0.00 | 0 | 0.20 |
| HSL | 180.4º | 0.6% | 0.51% | - |
| HSV(B) | 180.4º | 0.73% | 0.8% | - |
| XYZ | 34.24 | 48.43 | 65.3 | - |
| YUV | 159.86 | 153.47 | 53.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 204 | 205 | 0.73 | 0.00 | 0 | 0.20 | 180.4 | 0.6 | 0.51 |
| Hex | 38 | CC | CD | 49 | 0 | 0 | 14 | B4 | 3C | 33 |
| Octal | 70 | 314 | 315 | 111 | 0 | 0 | 24 | 264 | 74 | 63 |
| Binary | 111000 | 11001100 | 11001101 | 1001001 | 0 | 0 | 10100 | 10110100 | 111100 | 110011 |
Color Harmonies of #38CCCD
Complementary color
Monochromatic Colors of #38CCCD
Black with #38CCCD
Text Example
Text Example
White with #38CCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38CCCD; }
p { color: rgb(56,204,205); }
H1.HeaderClassName
{
color: #38CCCD;
}
.AnyTagClassName
{
color: #38CCCD;
}
</style>
background-color css
<style>
a { background-color: #38CCCD; }
a { background-color: rgb(56,204,205); }
div.DivClassName
{
background-color: #38CCCD;
}
.BgClassName
{
background-color: #38CCCD;
}
</style>
border-color css
<style>
span { border-color: #38CCCD; }
span { border-color: rgb(56,204,205); }
td.TdClassName
{
border-color: #38CCCD;
}
.TagClassName
{
border-color: #38CCCD;
}
</style>