Shades of Medium Turquoise #38D0D9
Tints of Medium Turquoise #38D0D9
RGB
CMYK
RGB Variations
Color information
#38D0D9 (or 0x38D0D9) is known color: Medium Turquoise. HEX triplet: 38, D0 and D9. RGB value is (56,208,217). Sum of RGB (Red+Green+Blue) = 56+208+217=481 (63% of max value = 765). Red value is 56 (22.27% from 255 or 11.64% from 481); Green value is 208 (81.64% from 255 or 43.24% from 481); Blue value is 217 (85.16% from 255 or 45.11% from 481); Max value from RGB is 217 - color contains mainly: blue. Hex color #38D0D9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38D0D9 is #C72F26. Grayscale: #A3A3A3. Windows color (decimal): -13053735 or 14274616. OLE color: 14274616.
HSL color Cylindrical-coordinate representation of color #38D0D9: hue angle of 183.35º 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 #38D0D9 is Cyan = 0.74, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 56 | 208 | 217 | - |
| CMYK | 0.74 | 0.04 | 0 | 0.15 |
| HSL | 183.35º | 0.68% | 0.54% | - |
| HSV(B) | 183.35º | 0.74% | 0.85% | - |
| XYZ | 36.71 | 50.96 | 73.55 | - |
| YUV | 163.58 | 158.14 | 51.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 208 | 217 | 0.74 | 0.04 | 0 | 0.15 | 183.35 | 0.68 | 0.54 |
| Hex | 38 | D0 | D9 | 4A | 4 | 0 | F | B7 | 44 | 36 |
| Octal | 70 | 320 | 331 | 112 | 4 | 0 | 17 | 267 | 104 | 66 |
| Binary | 111000 | 11010000 | 11011001 | 1001010 | 100 | 0 | 1111 | 10110111 | 1000100 | 110110 |
Color Harmonies of #38D0D9
Complementary color
Monochromatic Colors of #38D0D9
Black with #38D0D9
Text Example
Text Example
White with #38D0D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38D0D9; }
p { color: rgb(56,208,217); }
H1.HeaderClassName
{
color: #38D0D9;
}
.AnyTagClassName
{
color: #38D0D9;
}
</style>
background-color css
<style>
a { background-color: #38D0D9; }
a { background-color: rgb(56,208,217); }
div.DivClassName
{
background-color: #38D0D9;
}
.BgClassName
{
background-color: #38D0D9;
}
</style>
border-color css
<style>
span { border-color: #38D0D9; }
span { border-color: rgb(56,208,217); }
td.TdClassName
{
border-color: #38D0D9;
}
.TagClassName
{
border-color: #38D0D9;
}
</style>