Shades of Turquoise #38DBBA
Tints of Turquoise #38DBBA
RGB
CMYK
RGB Variations
Color information
#38DBBA (or 0x38DBBA) is known color: Turquoise. HEX triplet: 38, DB and BA. RGB value is (56,219,186). Sum of RGB (Red+Green+Blue) = 56+219+186=461 (61% of max value = 765). Red value is 56 (22.27% from 255 or 12.15% from 461); Green value is 219 (85.94% from 255 or 47.51% from 461); Blue value is 186 (73.05% from 255 or 40.35% from 461); Max value from RGB is 219 - color contains mainly: green. Hex color #38DBBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38DBBA is #C72445. Grayscale: #A6A6A6. Windows color (decimal): -13050950 or 12245816. OLE color: 12245816.
HSL color Cylindrical-coordinate representation of color #38DBBA: hue angle of 167.85º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #38DBBA is Cyan = 0.74, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 56 | 219 | 186 | - |
| CMYK | 0.74 | 0 | 0.15 | 0.14 |
| HSL | 167.85º | 0.69% | 0.54% | - |
| HSV(B) | 167.85º | 0.74% | 0.86% | - |
| XYZ | 35.83 | 55.05 | 55.19 | - |
| YUV | 166.5 | 139 | 49.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 219 | 186 | 0.74 | 0 | 0.15 | 0.14 | 167.85 | 0.69 | 0.54 |
| Hex | 38 | DB | BA | 4A | 0 | F | E | A8 | 45 | 36 |
| Octal | 70 | 333 | 272 | 112 | 0 | 17 | 16 | 250 | 105 | 66 |
| Binary | 111000 | 11011011 | 10111010 | 1001010 | 0 | 1111 | 1110 | 10101000 | 1000101 | 110110 |
Color Harmonies of #38DBBA
Complementary color
Monochromatic Colors of #38DBBA
Black with #38DBBA
Text Example
Text Example
White with #38DBBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38DBBA; }
p { color: rgb(56,219,186); }
H1.HeaderClassName
{
color: #38DBBA;
}
.AnyTagClassName
{
color: #38DBBA;
}
</style>
background-color css
<style>
a { background-color: #38DBBA; }
a { background-color: rgb(56,219,186); }
div.DivClassName
{
background-color: #38DBBA;
}
.BgClassName
{
background-color: #38DBBA;
}
</style>
border-color css
<style>
span { border-color: #38DBBA; }
span { border-color: rgb(56,219,186); }
td.TdClassName
{
border-color: #38DBBA;
}
.TagClassName
{
border-color: #38DBBA;
}
</style>