Shades of Turquoise #38DCC7
Tints of Turquoise #38DCC7
RGB
CMYK
RGB Variations
Color information
#38DCC7 (or 0x38DCC7) is known color: Turquoise. HEX triplet: 38, DC and C7. RGB value is (56,220,199). Sum of RGB (Red+Green+Blue) = 56+220+199=475 (62% of max value = 765). Red value is 56 (22.27% from 255 or 11.79% from 475); Green value is 220 (86.33% from 255 or 46.32% from 475); Blue value is 199 (78.12% from 255 or 41.89% from 475); Max value from RGB is 220 - color contains mainly: green. Hex color #38DCC7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38DCC7 is #C72338. Grayscale: #A8A8A8. Windows color (decimal): -13050681 or 13098040. OLE color: 13098040.
HSL color Cylindrical-coordinate representation of color #38DCC7: hue angle of 172.32º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38DCC7 is Cyan = 0.75, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 56 | 220 | 199 | - |
| CMYK | 0.75 | 0 | 0.10 | 0.14 |
| HSL | 172.32º | 0.7% | 0.54% | - |
| HSV(B) | 172.32º | 0.75% | 0.86% | - |
| XYZ | 37.53 | 56.15 | 62.89 | - |
| YUV | 168.57 | 145.17 | 47.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 220 | 199 | 0.75 | 0 | 0.10 | 0.14 | 172.32 | 0.7 | 0.54 |
| Hex | 38 | DC | C7 | 4B | 0 | A | E | AC | 46 | 36 |
| Octal | 70 | 334 | 307 | 113 | 0 | 12 | 16 | 254 | 106 | 66 |
| Binary | 111000 | 11011100 | 11000111 | 1001011 | 0 | 1010 | 1110 | 10101100 | 1000110 | 110110 |
Color Harmonies of #38DCC7
Complementary color
Monochromatic Colors of #38DCC7
Black with #38DCC7
Text Example
Text Example
White with #38DCC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38DCC7; }
p { color: rgb(56,220,199); }
H1.HeaderClassName
{
color: #38DCC7;
}
.AnyTagClassName
{
color: #38DCC7;
}
</style>
background-color css
<style>
a { background-color: #38DCC7; }
a { background-color: rgb(56,220,199); }
div.DivClassName
{
background-color: #38DCC7;
}
.BgClassName
{
background-color: #38DCC7;
}
</style>
border-color css
<style>
span { border-color: #38DCC7; }
span { border-color: rgb(56,220,199); }
td.TdClassName
{
border-color: #38DCC7;
}
.TagClassName
{
border-color: #38DCC7;
}
</style>