Shades of Turquoise #38D8BB
Tints of Turquoise #38D8BB
RGB
CMYK
RGB Variations
Color information
#38D8BB (or 0x38D8BB) is known color: Turquoise. HEX triplet: 38, D8 and BB. RGB value is (56,216,187). Sum of RGB (Red+Green+Blue) = 56+216+187=459 (60% of max value = 765). Red value is 56 (22.27% from 255 or 12.20% from 459); Green value is 216 (84.77% from 255 or 47.06% from 459); Blue value is 187 (73.44% from 255 or 40.74% from 459); Max value from RGB is 216 - color contains mainly: green. Hex color #38D8BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38D8BB is #C72744. Grayscale: #A4A4A4. Windows color (decimal): -13051717 or 12310584. OLE color: 12310584.
HSL color Cylindrical-coordinate representation of color #38D8BB: hue angle of 169.12º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #38D8BB is Cyan = 0.74, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 56 | 216 | 187 | - |
| CMYK | 0.74 | 0 | 0.13 | 0.15 |
| HSL | 169.13º | 0.67% | 0.53% | - |
| HSV(B) | 169.13º | 0.74% | 0.85% | - |
| XYZ | 35.16 | 53.54 | 55.5 | - |
| YUV | 164.85 | 140.49 | 50.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 216 | 187 | 0.74 | 0 | 0.13 | 0.15 | 169.13 | 0.67 | 0.53 |
| Hex | 38 | D8 | BB | 4A | 0 | D | F | A9 | 43 | 35 |
| Octal | 70 | 330 | 273 | 112 | 0 | 15 | 17 | 251 | 103 | 65 |
| Binary | 111000 | 11011000 | 10111011 | 1001010 | 0 | 1101 | 1111 | 10101001 | 1000011 | 110101 |
Color Harmonies of #38D8BB
Complementary color
Monochromatic Colors of #38D8BB
Black with #38D8BB
Text Example
Text Example
White with #38D8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38D8BB; }
p { color: rgb(56,216,187); }
H1.HeaderClassName
{
color: #38D8BB;
}
.AnyTagClassName
{
color: #38D8BB;
}
</style>
background-color css
<style>
a { background-color: #38D8BB; }
a { background-color: rgb(56,216,187); }
div.DivClassName
{
background-color: #38D8BB;
}
.BgClassName
{
background-color: #38D8BB;
}
</style>
border-color css
<style>
span { border-color: #38D8BB; }
span { border-color: rgb(56,216,187); }
td.TdClassName
{
border-color: #38D8BB;
}
.TagClassName
{
border-color: #38D8BB;
}
</style>