Shades of Turquoise #38DDD9
Tints of Turquoise #38DDD9
RGB
CMYK
RGB Variations
Color information
#38DDD9 (or 0x38DDD9) is known color: Turquoise. HEX triplet: 38, DD and D9. RGB value is (56,221,217). Sum of RGB (Red+Green+Blue) = 56+221+217=494 (65% of max value = 765). Red value is 56 (22.27% from 255 or 11.34% from 494); Green value is 221 (86.72% from 255 or 44.74% from 494); Blue value is 217 (85.16% from 255 or 43.93% from 494); Max value from RGB is 221 - color contains mainly: green. Hex color #38DDD9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38DDD9 is #C72226. Grayscale: #ABABAB. Windows color (decimal): -13050407 or 14277944. OLE color: 14277944.
HSL color Cylindrical-coordinate representation of color #38DDD9: hue angle of 178.55º 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 #38DDD9 is Cyan = 0.75, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 56 | 221 | 217 | - |
| CMYK | 0.75 | 0 | 0.02 | 0.13 |
| HSL | 178.55º | 0.71% | 0.54% | - |
| HSV(B) | 178.55º | 0.75% | 0.87% | - |
| XYZ | 40.01 | 57.56 | 74.65 | - |
| YUV | 171.21 | 153.84 | 45.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 221 | 217 | 0.75 | 0 | 0.02 | 0.13 | 178.55 | 0.71 | 0.54 |
| Hex | 38 | DD | D9 | 4B | 0 | 2 | D | B3 | 47 | 36 |
| Octal | 70 | 335 | 331 | 113 | 0 | 2 | 15 | 263 | 107 | 66 |
| Binary | 111000 | 11011101 | 11011001 | 1001011 | 0 | 10 | 1101 | 10110011 | 1000111 | 110110 |
Color Harmonies of #38DDD9
Complementary color
Monochromatic Colors of #38DDD9
Black with #38DDD9
Text Example
Text Example
White with #38DDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38DDD9; }
p { color: rgb(56,221,217); }
H1.HeaderClassName
{
color: #38DDD9;
}
.AnyTagClassName
{
color: #38DDD9;
}
</style>
background-color css
<style>
a { background-color: #38DDD9; }
a { background-color: rgb(56,221,217); }
div.DivClassName
{
background-color: #38DDD9;
}
.BgClassName
{
background-color: #38DDD9;
}
</style>
border-color css
<style>
span { border-color: #38DDD9; }
span { border-color: rgb(56,221,217); }
td.TdClassName
{
border-color: #38DDD9;
}
.TagClassName
{
border-color: #38DDD9;
}
</style>