Shades of Turquoise #38DAC4
Tints of Turquoise #38DAC4
RGB
CMYK
RGB Variations
Color information
#38DAC4 (or 0x38DAC4) is known color: Turquoise. HEX triplet: 38, DA and C4. RGB value is (56,218,196). Sum of RGB (Red+Green+Blue) = 56+218+196=470 (62% of max value = 765). Red value is 56 (22.27% from 255 or 11.91% from 470); Green value is 218 (85.55% from 255 or 46.38% from 470); Blue value is 196 (76.95% from 255 or 41.70% from 470); Max value from RGB is 218 - color contains mainly: green. Hex color #38DAC4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38DAC4 is #C7253B. Grayscale: #A6A6A6. Windows color (decimal): -13051196 or 12900920. OLE color: 12900920.
HSL color Cylindrical-coordinate representation of color #38DAC4: hue angle of 171.85º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #38DAC4 is Cyan = 0.74, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 56 | 218 | 196 | - |
| CMYK | 0.74 | 0 | 0.10 | 0.15 |
| HSL | 171.85º | 0.69% | 0.54% | - |
| HSV(B) | 171.85º | 0.74% | 0.85% | - |
| XYZ | 36.67 | 54.97 | 60.9 | - |
| YUV | 167.05 | 144.33 | 48.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 218 | 196 | 0.74 | 0 | 0.10 | 0.15 | 171.85 | 0.69 | 0.54 |
| Hex | 38 | DA | C4 | 4A | 0 | A | F | AC | 45 | 36 |
| Octal | 70 | 332 | 304 | 112 | 0 | 12 | 17 | 254 | 105 | 66 |
| Binary | 111000 | 11011010 | 11000100 | 1001010 | 0 | 1010 | 1111 | 10101100 | 1000101 | 110110 |
Color Harmonies of #38DAC4
Complementary color
Monochromatic Colors of #38DAC4
Black with #38DAC4
Text Example
Text Example
White with #38DAC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38DAC4; }
p { color: rgb(56,218,196); }
H1.HeaderClassName
{
color: #38DAC4;
}
.AnyTagClassName
{
color: #38DAC4;
}
</style>
background-color css
<style>
a { background-color: #38DAC4; }
a { background-color: rgb(56,218,196); }
div.DivClassName
{
background-color: #38DAC4;
}
.BgClassName
{
background-color: #38DAC4;
}
</style>
border-color css
<style>
span { border-color: #38DAC4; }
span { border-color: rgb(56,218,196); }
td.TdClassName
{
border-color: #38DAC4;
}
.TagClassName
{
border-color: #38DAC4;
}
</style>