Shades of Medium Turquoise #38C9DD
Tints of Medium Turquoise #38C9DD
RGB
CMYK
RGB Variations
Color information
#38C9DD (or 0x38C9DD) is known color: Medium Turquoise. HEX triplet: 38, C9 and DD. RGB value is (56,201,221). Sum of RGB (Red+Green+Blue) = 56+201+221=478 (63% of max value = 765). Red value is 56 (22.27% from 255 or 11.72% from 478); Green value is 201 (78.91% from 255 or 42.05% from 478); Blue value is 221 (86.72% from 255 or 46.23% from 478); Max value from RGB is 221 - color contains mainly: blue. Hex color #38C9DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38C9DD is #C73622. Grayscale: #9F9F9F. Windows color (decimal): -13055523 or 14534968. OLE color: 14534968.
HSL color Cylindrical-coordinate representation of color #38C9DD: hue angle of 187.27º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38C9DD is Cyan = 0.75, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 56 | 201 | 221 | - |
| CMYK | 0.75 | 0.09 | 0 | 0.13 |
| HSL | 187.27º | 0.71% | 0.54% | - |
| HSV(B) | 187.27º | 0.75% | 0.87% | - |
| XYZ | 35.57 | 47.83 | 75.76 | - |
| YUV | 159.93 | 162.46 | 53.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 201 | 221 | 0.75 | 0.09 | 0 | 0.13 | 187.27 | 0.71 | 0.54 |
| Hex | 38 | C9 | DD | 4B | 9 | 0 | D | BB | 47 | 36 |
| Octal | 70 | 311 | 335 | 113 | 11 | 0 | 15 | 273 | 107 | 66 |
| Binary | 111000 | 11001001 | 11011101 | 1001011 | 1001 | 0 | 1101 | 10111011 | 1000111 | 110110 |
Color Harmonies of #38C9DD
Complementary color
Monochromatic Colors of #38C9DD
Black with #38C9DD
Text Example
Text Example
White with #38C9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38C9DD; }
p { color: rgb(56,201,221); }
H1.HeaderClassName
{
color: #38C9DD;
}
.AnyTagClassName
{
color: #38C9DD;
}
</style>
background-color css
<style>
a { background-color: #38C9DD; }
a { background-color: rgb(56,201,221); }
div.DivClassName
{
background-color: #38C9DD;
}
.BgClassName
{
background-color: #38C9DD;
}
</style>
border-color css
<style>
span { border-color: #38C9DD; }
span { border-color: rgb(56,201,221); }
td.TdClassName
{
border-color: #38C9DD;
}
.TagClassName
{
border-color: #38C9DD;
}
</style>