Shades of Turquoise #38DABA
Tints of Turquoise #38DABA
RGB
CMYK
RGB Variations
Color information
#38DABA (or 0x38DABA) is known color: Turquoise. HEX triplet: 38, DA and BA. RGB value is (56,218,186). Sum of RGB (Red+Green+Blue) = 56+218+186=460 (60% of max value = 765). Red value is 56 (22.27% from 255 or 12.17% from 460); Green value is 218 (85.55% from 255 or 47.39% from 460); Blue value is 186 (73.05% from 255 or 40.43% from 460); Max value from RGB is 218 - color contains mainly: green. Hex color #38DABA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38DABA is #C72545. Grayscale: #A5A5A5. Windows color (decimal): -13051206 or 12245560. OLE color: 12245560.
HSL color Cylindrical-coordinate representation of color #38DABA: hue angle of 168.15º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #38DABA is Cyan = 0.74, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 56 | 218 | 186 | - |
| CMYK | 0.74 | 0 | 0.15 | 0.15 |
| HSL | 168.15º | 0.69% | 0.54% | - |
| HSV(B) | 168.15º | 0.74% | 0.85% | - |
| XYZ | 35.57 | 54.53 | 55.11 | - |
| YUV | 165.91 | 139.33 | 49.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 218 | 186 | 0.74 | 0 | 0.15 | 0.15 | 168.15 | 0.69 | 0.54 |
| Hex | 38 | DA | BA | 4A | 0 | F | F | A8 | 45 | 36 |
| Octal | 70 | 332 | 272 | 112 | 0 | 17 | 17 | 250 | 105 | 66 |
| Binary | 111000 | 11011010 | 10111010 | 1001010 | 0 | 1111 | 1111 | 10101000 | 1000101 | 110110 |
Color Harmonies of #38DABA
Complementary color
Monochromatic Colors of #38DABA
Black with #38DABA
Text Example
Text Example
White with #38DABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38DABA; }
p { color: rgb(56,218,186); }
H1.HeaderClassName
{
color: #38DABA;
}
.AnyTagClassName
{
color: #38DABA;
}
</style>
background-color css
<style>
a { background-color: #38DABA; }
a { background-color: rgb(56,218,186); }
div.DivClassName
{
background-color: #38DABA;
}
.BgClassName
{
background-color: #38DABA;
}
</style>
border-color css
<style>
span { border-color: #38DABA; }
span { border-color: rgb(56,218,186); }
td.TdClassName
{
border-color: #38DABA;
}
.TagClassName
{
border-color: #38DABA;
}
</style>