Shades of Turquoise #38D7D0
Tints of Turquoise #38D7D0
RGB
CMYK
RGB Variations
Color information
#38D7D0 (or 0x38D7D0) is known color: Turquoise. HEX triplet: 38, D7 and D0. RGB value is (56,215,208). Sum of RGB (Red+Green+Blue) = 56+215+208=479 (63% of max value = 765). Red value is 56 (22.27% from 255 or 11.69% from 479); Green value is 215 (84.38% from 255 or 44.89% from 479); Blue value is 208 (81.64% from 255 or 43.42% from 479); Max value from RGB is 215 - color contains mainly: green. Hex color #38D7D0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38D7D0 is #C7282F. Grayscale: #A6A6A6. Windows color (decimal): -13051952 or 13686584. OLE color: 13686584.
HSL color Cylindrical-coordinate representation of color #38D7D0: hue angle of 177.36º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #38D7D0 is Cyan = 0.74, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 56 | 215 | 208 | - |
| CMYK | 0.74 | 0 | 0.03 | 0.16 |
| HSL | 177.36º | 0.67% | 0.53% | - |
| HSV(B) | 177.36º | 0.74% | 0.84% | - |
| XYZ | 37.32 | 54 | 68.13 | - |
| YUV | 166.66 | 151.32 | 49.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 215 | 208 | 0.74 | 0 | 0.03 | 0.16 | 177.36 | 0.67 | 0.53 |
| Hex | 38 | D7 | D0 | 4A | 0 | 3 | 10 | B1 | 43 | 35 |
| Octal | 70 | 327 | 320 | 112 | 0 | 3 | 20 | 261 | 103 | 65 |
| Binary | 111000 | 11010111 | 11010000 | 1001010 | 0 | 11 | 10000 | 10110001 | 1000011 | 110101 |
Color Harmonies of #38D7D0
Complementary color
Monochromatic Colors of #38D7D0
Black with #38D7D0
Text Example
Text Example
White with #38D7D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38D7D0; }
p { color: rgb(56,215,208); }
H1.HeaderClassName
{
color: #38D7D0;
}
.AnyTagClassName
{
color: #38D7D0;
}
</style>
background-color css
<style>
a { background-color: #38D7D0; }
a { background-color: rgb(56,215,208); }
div.DivClassName
{
background-color: #38D7D0;
}
.BgClassName
{
background-color: #38D7D0;
}
</style>
border-color css
<style>
span { border-color: #38D7D0; }
span { border-color: rgb(56,215,208); }
td.TdClassName
{
border-color: #38D7D0;
}
.TagClassName
{
border-color: #38D7D0;
}
</style>