Shades of Turquoise #38D5BA
Tints of Turquoise #38D5BA
RGB
CMYK
RGB Variations
Color information
#38D5BA (or 0x38D5BA) is known color: Turquoise. HEX triplet: 38, D5 and BA. RGB value is (56,213,186). Sum of RGB (Red+Green+Blue) = 56+213+186=455 (60% of max value = 765). Red value is 56 (22.27% from 255 or 12.31% from 455); Green value is 213 (83.59% from 255 or 46.81% from 455); Blue value is 186 (73.05% from 255 or 40.88% from 455); Max value from RGB is 213 - color contains mainly: green. Hex color #38D5BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38D5BA is #C72A45. Grayscale: #A2A2A2. Windows color (decimal): -13052486 or 12244280. OLE color: 12244280.
HSL color Cylindrical-coordinate representation of color #38D5BA: hue angle of 169.68º degrees, saturation: 0.65, 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 #38D5BA is Cyan = 0.74, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 56 | 213 | 186 | - |
| CMYK | 0.74 | 0 | 0.13 | 0.16 |
| HSL | 169.68º | 0.65% | 0.53% | - |
| HSV(B) | 169.68º | 0.74% | 0.84% | - |
| XYZ | 34.29 | 51.97 | 54.68 | - |
| YUV | 162.98 | 140.99 | 51.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 213 | 186 | 0.74 | 0 | 0.13 | 0.16 | 169.68 | 0.65 | 0.53 |
| Hex | 38 | D5 | BA | 4A | 0 | D | 10 | AA | 41 | 35 |
| Octal | 70 | 325 | 272 | 112 | 0 | 15 | 20 | 252 | 101 | 65 |
| Binary | 111000 | 11010101 | 10111010 | 1001010 | 0 | 1101 | 10000 | 10101010 | 1000001 | 110101 |
Color Harmonies of #38D5BA
Complementary color
Monochromatic Colors of #38D5BA
Black with #38D5BA
Text Example
Text Example
White with #38D5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38D5BA; }
p { color: rgb(56,213,186); }
H1.HeaderClassName
{
color: #38D5BA;
}
.AnyTagClassName
{
color: #38D5BA;
}
</style>
background-color css
<style>
a { background-color: #38D5BA; }
a { background-color: rgb(56,213,186); }
div.DivClassName
{
background-color: #38D5BA;
}
.BgClassName
{
background-color: #38D5BA;
}
</style>
border-color css
<style>
span { border-color: #38D5BA; }
span { border-color: rgb(56,213,186); }
td.TdClassName
{
border-color: #38D5BA;
}
.TagClassName
{
border-color: #38D5BA;
}
</style>