Shades of Medium Turquoise #38CCC8
Tints of Medium Turquoise #38CCC8
RGB
CMYK
RGB Variations
Color information
#38CCC8 (or 0x38CCC8) is known color: Medium Turquoise. HEX triplet: 38, CC and C8. RGB value is (56,204,200). Sum of RGB (Red+Green+Blue) = 56+204+200=460 (60% of max value = 765). Red value is 56 (22.27% from 255 or 12.17% from 460); Green value is 204 (80.08% from 255 or 44.35% from 460); Blue value is 200 (78.52% from 255 or 43.48% from 460); Max value from RGB is 204 - color contains mainly: green. Hex color #38CCC8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38CCC8 is #C73337. Grayscale: #9F9F9F. Windows color (decimal): -13054776 or 13159480. OLE color: 13159480.
HSL color Cylindrical-coordinate representation of color #38CCC8: hue angle of 178.38º degrees, saturation: 0.59, 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 #38CCC8 is Cyan = 0.73, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 56 | 204 | 200 | - |
| CMYK | 0.73 | 0 | 0.02 | 0.2 |
| HSL | 178.38º | 0.59% | 0.51% | - |
| HSV(B) | 178.38º | 0.73% | 0.8% | - |
| XYZ | 33.65 | 48.2 | 62.17 | - |
| YUV | 159.29 | 150.97 | 54.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 204 | 200 | 0.73 | 0 | 0.02 | 0.2 | 178.38 | 0.59 | 0.51 |
| Hex | 38 | CC | C8 | 49 | 0 | 2 | 14 | B2 | 3B | 33 |
| Octal | 70 | 314 | 310 | 111 | 0 | 2 | 24 | 262 | 73 | 63 |
| Binary | 111000 | 11001100 | 11001000 | 1001001 | 0 | 10 | 10100 | 10110010 | 111011 | 110011 |
Color Harmonies of #38CCC8
Complementary color
Monochromatic Colors of #38CCC8
Black with #38CCC8
Text Example
Text Example
White with #38CCC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38CCC8; }
p { color: rgb(56,204,200); }
H1.HeaderClassName
{
color: #38CCC8;
}
.AnyTagClassName
{
color: #38CCC8;
}
</style>
background-color css
<style>
a { background-color: #38CCC8; }
a { background-color: rgb(56,204,200); }
div.DivClassName
{
background-color: #38CCC8;
}
.BgClassName
{
background-color: #38CCC8;
}
</style>
border-color css
<style>
span { border-color: #38CCC8; }
span { border-color: rgb(56,204,200); }
td.TdClassName
{
border-color: #38CCC8;
}
.TagClassName
{
border-color: #38CCC8;
}
</style>