Shades of Turquoise #38D7BD
Tints of Turquoise #38D7BD
RGB
CMYK
RGB Variations
Color information
#38D7BD (or 0x38D7BD) is known color: Turquoise. HEX triplet: 38, D7 and BD. RGB value is (56,215,189). Sum of RGB (Red+Green+Blue) = 56+215+189=460 (60% of max value = 765). Red value is 56 (22.27% from 255 or 12.17% from 460); Green value is 215 (84.38% from 255 or 46.74% from 460); Blue value is 189 (74.22% from 255 or 41.09% from 460); Max value from RGB is 215 - color contains mainly: green. Hex color #38D7BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38D7BD is #C72842. Grayscale: #A4A4A4. Windows color (decimal): -13051971 or 12441400. OLE color: 12441400.
HSL color Cylindrical-coordinate representation of color #38D7BD: hue angle of 170.19º 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 #38D7BD is Cyan = 0.74, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 56 | 215 | 189 | - |
| CMYK | 0.74 | 0 | 0.12 | 0.16 |
| HSL | 170.19º | 0.67% | 0.53% | - |
| HSV(B) | 170.19º | 0.74% | 0.84% | - |
| XYZ | 35.12 | 53.12 | 56.55 | - |
| YUV | 164.5 | 141.82 | 50.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 215 | 189 | 0.74 | 0 | 0.12 | 0.16 | 170.19 | 0.67 | 0.53 |
| Hex | 38 | D7 | BD | 4A | 0 | C | 10 | AA | 43 | 35 |
| Octal | 70 | 327 | 275 | 112 | 0 | 14 | 20 | 252 | 103 | 65 |
| Binary | 111000 | 11010111 | 10111101 | 1001010 | 0 | 1100 | 10000 | 10101010 | 1000011 | 110101 |
Color Harmonies of #38D7BD
Complementary color
Monochromatic Colors of #38D7BD
Black with #38D7BD
Text Example
Text Example
White with #38D7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38D7BD; }
p { color: rgb(56,215,189); }
H1.HeaderClassName
{
color: #38D7BD;
}
.AnyTagClassName
{
color: #38D7BD;
}
</style>
background-color css
<style>
a { background-color: #38D7BD; }
a { background-color: rgb(56,215,189); }
div.DivClassName
{
background-color: #38D7BD;
}
.BgClassName
{
background-color: #38D7BD;
}
</style>
border-color css
<style>
span { border-color: #38D7BD; }
span { border-color: rgb(56,215,189); }
td.TdClassName
{
border-color: #38D7BD;
}
.TagClassName
{
border-color: #38D7BD;
}
</style>