Shades of Turquoise #38DFC0
Tints of Turquoise #38DFC0
RGB
CMYK
RGB Variations
Color information
#38DFC0 (or 0x38DFC0) is known color: Turquoise. HEX triplet: 38, DF and C0. RGB value is (56,223,192). Sum of RGB (Red+Green+Blue) = 56+223+192=471 (62% of max value = 765). Red value is 56 (22.27% from 255 or 11.89% from 471); Green value is 223 (87.5% from 255 or 47.35% from 471); Blue value is 192 (75.39% from 255 or 40.76% from 471); Max value from RGB is 223 - color contains mainly: green. Hex color #38DFC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38DFC0 is #C7203F. Grayscale: #A9A9A9. Windows color (decimal): -13049920 or 12640056. OLE color: 12640056.
HSL color Cylindrical-coordinate representation of color #38DFC0: hue angle of 168.86º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38DFC0 is Cyan = 0.75, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 56 | 223 | 192 | - |
| CMYK | 0.75 | 0 | 0.14 | 0.13 |
| HSL | 168.86º | 0.72% | 0.55% | - |
| HSV(B) | 168.86º | 0.75% | 0.87% | - |
| XYZ | 37.53 | 57.42 | 58.97 | - |
| YUV | 169.53 | 140.67 | 47.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 223 | 192 | 0.75 | 0 | 0.14 | 0.13 | 168.86 | 0.72 | 0.55 |
| Hex | 38 | DF | C0 | 4B | 0 | E | D | A9 | 48 | 37 |
| Octal | 70 | 337 | 300 | 113 | 0 | 16 | 15 | 251 | 110 | 67 |
| Binary | 111000 | 11011111 | 11000000 | 1001011 | 0 | 1110 | 1101 | 10101001 | 1001000 | 110111 |
Color Harmonies of #38DFC0
Complementary color
Monochromatic Colors of #38DFC0
Black with #38DFC0
Text Example
Text Example
White with #38DFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38DFC0; }
p { color: rgb(56,223,192); }
H1.HeaderClassName
{
color: #38DFC0;
}
.AnyTagClassName
{
color: #38DFC0;
}
</style>
background-color css
<style>
a { background-color: #38DFC0; }
a { background-color: rgb(56,223,192); }
div.DivClassName
{
background-color: #38DFC0;
}
.BgClassName
{
background-color: #38DFC0;
}
</style>
border-color css
<style>
span { border-color: #38DFC0; }
span { border-color: rgb(56,223,192); }
td.TdClassName
{
border-color: #38DFC0;
}
.TagClassName
{
border-color: #38DFC0;
}
</style>