Shades of Turquoise #38D8BE
Tints of Turquoise #38D8BE
RGB
CMYK
RGB Variations
Color information
#38D8BE (or 0x38D8BE) is known color: Turquoise. HEX triplet: 38, D8 and BE. RGB value is (56,216,190). Sum of RGB (Red+Green+Blue) = 56+216+190=462 (61% of max value = 765). Red value is 56 (22.27% from 255 or 12.12% from 462); Green value is 216 (84.77% from 255 or 46.75% from 462); Blue value is 190 (74.61% from 255 or 41.13% from 462); Max value from RGB is 216 - color contains mainly: green. Hex color #38D8BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38D8BE is #C72741. Grayscale: #A5A5A5. Windows color (decimal): -13051714 or 12507192. OLE color: 12507192.
HSL color Cylindrical-coordinate representation of color #38D8BE: hue angle of 170.25º 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 #38D8BE is Cyan = 0.74, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 56 | 216 | 190 | - |
| CMYK | 0.74 | 0 | 0.12 | 0.15 |
| HSL | 170.25º | 0.67% | 0.53% | - |
| HSV(B) | 170.25º | 0.74% | 0.85% | - |
| XYZ | 35.48 | 53.67 | 57.2 | - |
| YUV | 165.2 | 141.99 | 50.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 216 | 190 | 0.74 | 0 | 0.12 | 0.15 | 170.25 | 0.67 | 0.53 |
| Hex | 38 | D8 | BE | 4A | 0 | C | F | AA | 43 | 35 |
| Octal | 70 | 330 | 276 | 112 | 0 | 14 | 17 | 252 | 103 | 65 |
| Binary | 111000 | 11011000 | 10111110 | 1001010 | 0 | 1100 | 1111 | 10101010 | 1000011 | 110101 |
Color Harmonies of #38D8BE
Complementary color
Monochromatic Colors of #38D8BE
Black with #38D8BE
Text Example
Text Example
White with #38D8BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38D8BE; }
p { color: rgb(56,216,190); }
H1.HeaderClassName
{
color: #38D8BE;
}
.AnyTagClassName
{
color: #38D8BE;
}
</style>
background-color css
<style>
a { background-color: #38D8BE; }
a { background-color: rgb(56,216,190); }
div.DivClassName
{
background-color: #38D8BE;
}
.BgClassName
{
background-color: #38D8BE;
}
</style>
border-color css
<style>
span { border-color: #38D8BE; }
span { border-color: rgb(56,216,190); }
td.TdClassName
{
border-color: #38D8BE;
}
.TagClassName
{
border-color: #38D8BE;
}
</style>