Shades of Medium Turquoise #38C9D9
Tints of Medium Turquoise #38C9D9
RGB
CMYK
RGB Variations
Color information
#38C9D9 (or 0x38C9D9) is known color: Medium Turquoise. HEX triplet: 38, C9 and D9. RGB value is (56,201,217). Sum of RGB (Red+Green+Blue) = 56+201+217=474 (62% of max value = 765). Red value is 56 (22.27% from 255 or 11.81% from 474); Green value is 201 (78.91% from 255 or 42.41% from 474); Blue value is 217 (85.16% from 255 or 45.78% from 474); Max value from RGB is 217 - color contains mainly: blue. Hex color #38C9D9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38C9D9 is #C73626. Grayscale: #9F9F9F. Windows color (decimal): -13055527 or 14272824. OLE color: 14272824.
HSL color Cylindrical-coordinate representation of color #38C9D9: hue angle of 185.96º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #38C9D9 is Cyan = 0.74, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 56 | 201 | 217 | - |
| CMYK | 0.74 | 0.07 | 0 | 0.15 |
| HSL | 185.96º | 0.68% | 0.54% | - |
| HSV(B) | 185.96º | 0.74% | 0.85% | - |
| XYZ | 35.04 | 47.62 | 72.99 | - |
| YUV | 159.47 | 160.46 | 54.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 201 | 217 | 0.74 | 0.07 | 0 | 0.15 | 185.96 | 0.68 | 0.54 |
| Hex | 38 | C9 | D9 | 4A | 7 | 0 | F | BA | 44 | 36 |
| Octal | 70 | 311 | 331 | 112 | 7 | 0 | 17 | 272 | 104 | 66 |
| Binary | 111000 | 11001001 | 11011001 | 1001010 | 111 | 0 | 1111 | 10111010 | 1000100 | 110110 |
Color Harmonies of #38C9D9
Complementary color
Monochromatic Colors of #38C9D9
Black with #38C9D9
Text Example
Text Example
White with #38C9D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38C9D9; }
p { color: rgb(56,201,217); }
H1.HeaderClassName
{
color: #38C9D9;
}
.AnyTagClassName
{
color: #38C9D9;
}
</style>
background-color css
<style>
a { background-color: #38C9D9; }
a { background-color: rgb(56,201,217); }
div.DivClassName
{
background-color: #38C9D9;
}
.BgClassName
{
background-color: #38C9D9;
}
</style>
border-color css
<style>
span { border-color: #38C9D9; }
span { border-color: rgb(56,201,217); }
td.TdClassName
{
border-color: #38C9D9;
}
.TagClassName
{
border-color: #38C9D9;
}
</style>