Shades of Turquoise #38D7DD
Tints of Turquoise #38D7DD
RGB
CMYK
RGB Variations
Color information
#38D7DD (or 0x38D7DD) is known color: Turquoise. HEX triplet: 38, D7 and DD. RGB value is (56,215,221). Sum of RGB (Red+Green+Blue) = 56+215+221=492 (65% of max value = 765). Red value is 56 (22.27% from 255 or 11.38% from 492); Green value is 215 (84.38% from 255 or 43.70% from 492); Blue value is 221 (86.72% from 255 or 44.92% from 492); Max value from RGB is 221 - color contains mainly: blue. Hex color #38D7DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38D7DD is #C72822. Grayscale: #A7A7A7. Windows color (decimal): -13051939 or 14538552. OLE color: 14538552.
HSL color Cylindrical-coordinate representation of color #38D7DD: hue angle of 182.18º 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 #38D7DD is Cyan = 0.75, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 56 | 215 | 221 | - |
| CMYK | 0.75 | 0.03 | 0 | 0.13 |
| HSL | 182.18º | 0.71% | 0.54% | - |
| HSV(B) | 182.18º | 0.75% | 0.87% | - |
| XYZ | 38.98 | 54.66 | 76.9 | - |
| YUV | 168.14 | 157.82 | 48.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 215 | 221 | 0.75 | 0.03 | 0 | 0.13 | 182.18 | 0.71 | 0.54 |
| Hex | 38 | D7 | DD | 4B | 3 | 0 | D | B6 | 47 | 36 |
| Octal | 70 | 327 | 335 | 113 | 3 | 0 | 15 | 266 | 107 | 66 |
| Binary | 111000 | 11010111 | 11011101 | 1001011 | 11 | 0 | 1101 | 10110110 | 1000111 | 110110 |
Color Harmonies of #38D7DD
Complementary color
Monochromatic Colors of #38D7DD
Black with #38D7DD
Text Example
Text Example
White with #38D7DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38D7DD; }
p { color: rgb(56,215,221); }
H1.HeaderClassName
{
color: #38D7DD;
}
.AnyTagClassName
{
color: #38D7DD;
}
</style>
background-color css
<style>
a { background-color: #38D7DD; }
a { background-color: rgb(56,215,221); }
div.DivClassName
{
background-color: #38D7DD;
}
.BgClassName
{
background-color: #38D7DD;
}
</style>
border-color css
<style>
span { border-color: #38D7DD; }
span { border-color: rgb(56,215,221); }
td.TdClassName
{
border-color: #38D7DD;
}
.TagClassName
{
border-color: #38D7DD;
}
</style>