Shades of Turquoise #38D6BC
Tints of Turquoise #38D6BC
RGB
CMYK
RGB Variations
Color information
#38D6BC (or 0x38D6BC) is known color: Turquoise. HEX triplet: 38, D6 and BC. RGB value is (56,214,188). Sum of RGB (Red+Green+Blue) = 56+214+188=458 (60% of max value = 765). Red value is 56 (22.27% from 255 or 12.23% from 458); Green value is 214 (83.98% from 255 or 46.72% from 458); Blue value is 188 (73.83% from 255 or 41.05% from 458); Max value from RGB is 214 - color contains mainly: green. Hex color #38D6BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38D6BC is #C72943. Grayscale: #A3A3A3. Windows color (decimal): -13052228 or 12375608. OLE color: 12375608.
HSL color Cylindrical-coordinate representation of color #38D6BC: hue angle of 170.13º degrees, saturation: 0.66, 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 #38D6BC is Cyan = 0.74, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 56 | 214 | 188 | - |
| CMYK | 0.74 | 0 | 0.12 | 0.16 |
| HSL | 170.13º | 0.66% | 0.53% | - |
| HSV(B) | 170.13º | 0.74% | 0.84% | - |
| XYZ | 34.75 | 52.56 | 55.89 | - |
| YUV | 163.79 | 141.65 | 51.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 214 | 188 | 0.74 | 0 | 0.12 | 0.16 | 170.13 | 0.66 | 0.53 |
| Hex | 38 | D6 | BC | 4A | 0 | C | 10 | AA | 42 | 35 |
| Octal | 70 | 326 | 274 | 112 | 0 | 14 | 20 | 252 | 102 | 65 |
| Binary | 111000 | 11010110 | 10111100 | 1001010 | 0 | 1100 | 10000 | 10101010 | 1000010 | 110101 |
Color Harmonies of #38D6BC
Complementary color
Monochromatic Colors of #38D6BC
Black with #38D6BC
Text Example
Text Example
White with #38D6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38D6BC; }
p { color: rgb(56,214,188); }
H1.HeaderClassName
{
color: #38D6BC;
}
.AnyTagClassName
{
color: #38D6BC;
}
</style>
background-color css
<style>
a { background-color: #38D6BC; }
a { background-color: rgb(56,214,188); }
div.DivClassName
{
background-color: #38D6BC;
}
.BgClassName
{
background-color: #38D6BC;
}
</style>
border-color css
<style>
span { border-color: #38D6BC; }
span { border-color: rgb(56,214,188); }
td.TdClassName
{
border-color: #38D6BC;
}
.TagClassName
{
border-color: #38D6BC;
}
</style>