Shades of Turquoise #38D7CE
Tints of Turquoise #38D7CE
RGB
CMYK
RGB Variations
Color information
#38D7CE (or 0x38D7CE) is known color: Turquoise. HEX triplet: 38, D7 and CE. RGB value is (56,215,206). Sum of RGB (Red+Green+Blue) = 56+215+206=477 (63% of max value = 765). Red value is 56 (22.27% from 255 or 11.74% from 477); Green value is 215 (84.38% from 255 or 45.07% from 477); Blue value is 206 (80.86% from 255 or 43.19% from 477); Max value from RGB is 215 - color contains mainly: green. Hex color #38D7CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38D7CE is #C72831. Grayscale: #A6A6A6. Windows color (decimal): -13051954 or 13555512. OLE color: 13555512.
HSL color Cylindrical-coordinate representation of color #38D7CE: hue angle of 176.6º 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 #38D7CE is Cyan = 0.74, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 56 | 215 | 206 | - |
| CMYK | 0.74 | 0 | 0.04 | 0.16 |
| HSL | 176.6º | 0.67% | 0.53% | - |
| HSV(B) | 176.6º | 0.74% | 0.84% | - |
| XYZ | 37.07 | 53.9 | 66.84 | - |
| YUV | 166.43 | 150.32 | 49.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 215 | 206 | 0.74 | 0 | 0.04 | 0.16 | 176.6 | 0.67 | 0.53 |
| Hex | 38 | D7 | CE | 4A | 0 | 4 | 10 | B1 | 43 | 35 |
| Octal | 70 | 327 | 316 | 112 | 0 | 4 | 20 | 261 | 103 | 65 |
| Binary | 111000 | 11010111 | 11001110 | 1001010 | 0 | 100 | 10000 | 10110001 | 1000011 | 110101 |
Color Harmonies of #38D7CE
Complementary color
Monochromatic Colors of #38D7CE
Black with #38D7CE
Text Example
Text Example
White with #38D7CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38D7CE; }
p { color: rgb(56,215,206); }
H1.HeaderClassName
{
color: #38D7CE;
}
.AnyTagClassName
{
color: #38D7CE;
}
</style>
background-color css
<style>
a { background-color: #38D7CE; }
a { background-color: rgb(56,215,206); }
div.DivClassName
{
background-color: #38D7CE;
}
.BgClassName
{
background-color: #38D7CE;
}
</style>
border-color css
<style>
span { border-color: #38D7CE; }
span { border-color: rgb(56,215,206); }
td.TdClassName
{
border-color: #38D7CE;
}
.TagClassName
{
border-color: #38D7CE;
}
</style>