Shades of Turquoise #38D8C6
Tints of Turquoise #38D8C6
RGB
CMYK
RGB Variations
Color information
#38D8C6 (or 0x38D8C6) is known color: Turquoise. HEX triplet: 38, D8 and C6. RGB value is (56,216,198). Sum of RGB (Red+Green+Blue) = 56+216+198=470 (62% of max value = 765). Red value is 56 (22.27% from 255 or 11.91% from 470); Green value is 216 (84.77% from 255 or 45.96% from 470); Blue value is 198 (77.73% from 255 or 42.13% from 470); Max value from RGB is 216 - color contains mainly: green. Hex color #38D8C6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38D8C6 is #C72739. Grayscale: #A6A6A6. Windows color (decimal): -13051706 or 13031480. OLE color: 13031480.
HSL color Cylindrical-coordinate representation of color #38D8C6: hue angle of 173.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 #38D8C6 is Cyan = 0.74, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 56 | 216 | 198 | - |
| CMYK | 0.74 | 0 | 0.08 | 0.15 |
| HSL | 173.25º | 0.67% | 0.53% | - |
| HSV(B) | 173.25º | 0.74% | 0.85% | - |
| XYZ | 36.38 | 54.03 | 61.94 | - |
| YUV | 166.11 | 145.99 | 49.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 216 | 198 | 0.74 | 0 | 0.08 | 0.15 | 173.25 | 0.67 | 0.53 |
| Hex | 38 | D8 | C6 | 4A | 0 | 8 | F | AD | 43 | 35 |
| Octal | 70 | 330 | 306 | 112 | 0 | 10 | 17 | 255 | 103 | 65 |
| Binary | 111000 | 11011000 | 11000110 | 1001010 | 0 | 1000 | 1111 | 10101101 | 1000011 | 110101 |
Color Harmonies of #38D8C6
Complementary color
Monochromatic Colors of #38D8C6
Black with #38D8C6
Text Example
Text Example
White with #38D8C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38D8C6; }
p { color: rgb(56,216,198); }
H1.HeaderClassName
{
color: #38D8C6;
}
.AnyTagClassName
{
color: #38D8C6;
}
</style>
background-color css
<style>
a { background-color: #38D8C6; }
a { background-color: rgb(56,216,198); }
div.DivClassName
{
background-color: #38D8C6;
}
.BgClassName
{
background-color: #38D8C6;
}
</style>
border-color css
<style>
span { border-color: #38D8C6; }
span { border-color: rgb(56,216,198); }
td.TdClassName
{
border-color: #38D8C6;
}
.TagClassName
{
border-color: #38D8C6;
}
</style>