Shades of Medium Turquoise #38CCD6
Tints of Medium Turquoise #38CCD6
RGB
CMYK
RGB Variations
Color information
#38CCD6 (or 0x38CCD6) is known color: Medium Turquoise. HEX triplet: 38, CC and D6. RGB value is (56,204,214). Sum of RGB (Red+Green+Blue) = 56+204+214=474 (62% of max value = 765). Red value is 56 (22.27% from 255 or 11.81% from 474); Green value is 204 (80.08% from 255 or 43.04% from 474); Blue value is 214 (83.98% from 255 or 45.15% from 474); Max value from RGB is 214 - color contains mainly: blue. Hex color #38CCD6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38CCD6 is #C73329. Grayscale: #A0A0A0. Windows color (decimal): -13054762 or 14076984. OLE color: 14076984.
HSL color Cylindrical-coordinate representation of color #38CCD6: hue angle of 183.8º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #38CCD6 is Cyan = 0.74, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 56 | 204 | 214 | - |
| CMYK | 0.74 | 0.05 | 0 | 0.16 |
| HSL | 183.8º | 0.66% | 0.53% | - |
| HSV(B) | 183.8º | 0.74% | 0.84% | - |
| XYZ | 35.36 | 48.88 | 71.19 | - |
| YUV | 160.89 | 157.97 | 53.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 204 | 214 | 0.74 | 0.05 | 0 | 0.16 | 183.8 | 0.66 | 0.53 |
| Hex | 38 | CC | D6 | 4A | 5 | 0 | 10 | B8 | 42 | 35 |
| Octal | 70 | 314 | 326 | 112 | 5 | 0 | 20 | 270 | 102 | 65 |
| Binary | 111000 | 11001100 | 11010110 | 1001010 | 101 | 0 | 10000 | 10111000 | 1000010 | 110101 |
Color Harmonies of #38CCD6
Complementary color
Monochromatic Colors of #38CCD6
Black with #38CCD6
Text Example
Text Example
White with #38CCD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38CCD6; }
p { color: rgb(56,204,214); }
H1.HeaderClassName
{
color: #38CCD6;
}
.AnyTagClassName
{
color: #38CCD6;
}
</style>
background-color css
<style>
a { background-color: #38CCD6; }
a { background-color: rgb(56,204,214); }
div.DivClassName
{
background-color: #38CCD6;
}
.BgClassName
{
background-color: #38CCD6;
}
</style>
border-color css
<style>
span { border-color: #38CCD6; }
span { border-color: rgb(56,204,214); }
td.TdClassName
{
border-color: #38CCD6;
}
.TagClassName
{
border-color: #38CCD6;
}
</style>