Shades of Turquoise #38DDD0
Tints of Turquoise #38DDD0
RGB
CMYK
RGB Variations
Color information
#38DDD0 (or 0x38DDD0) is known color: Turquoise. HEX triplet: 38, DD and D0. RGB value is (56,221,208). Sum of RGB (Red+Green+Blue) = 56+221+208=485 (64% of max value = 765). Red value is 56 (22.27% from 255 or 11.55% from 485); Green value is 221 (86.72% from 255 or 45.57% from 485); Blue value is 208 (81.64% from 255 or 42.89% from 485); Max value from RGB is 221 - color contains mainly: green. Hex color #38DDD0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38DDD0 is #C7222F. Grayscale: #AAAAAA. Windows color (decimal): -13050416 or 13688120. OLE color: 13688120.
HSL color Cylindrical-coordinate representation of color #38DDD0: hue angle of 175.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 #38DDD0 is Cyan = 0.75, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 56 | 221 | 208 | - |
| CMYK | 0.75 | 0 | 0.06 | 0.13 |
| HSL | 175.27º | 0.71% | 0.54% | - |
| HSV(B) | 175.27º | 0.75% | 0.87% | - |
| XYZ | 38.87 | 57.11 | 68.65 | - |
| YUV | 170.18 | 149.34 | 46.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 221 | 208 | 0.75 | 0 | 0.06 | 0.13 | 175.27 | 0.71 | 0.54 |
| Hex | 38 | DD | D0 | 4B | 0 | 6 | D | AF | 47 | 36 |
| Octal | 70 | 335 | 320 | 113 | 0 | 6 | 15 | 257 | 107 | 66 |
| Binary | 111000 | 11011101 | 11010000 | 1001011 | 0 | 110 | 1101 | 10101111 | 1000111 | 110110 |
Color Harmonies of #38DDD0
Complementary color
Monochromatic Colors of #38DDD0
Black with #38DDD0
Text Example
Text Example
White with #38DDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38DDD0; }
p { color: rgb(56,221,208); }
H1.HeaderClassName
{
color: #38DDD0;
}
.AnyTagClassName
{
color: #38DDD0;
}
</style>
background-color css
<style>
a { background-color: #38DDD0; }
a { background-color: rgb(56,221,208); }
div.DivClassName
{
background-color: #38DDD0;
}
.BgClassName
{
background-color: #38DDD0;
}
</style>
border-color css
<style>
span { border-color: #38DDD0; }
span { border-color: rgb(56,221,208); }
td.TdClassName
{
border-color: #38DDD0;
}
.TagClassName
{
border-color: #38DDD0;
}
</style>