Shades of Turquoise #38DAC3
Tints of Turquoise #38DAC3
RGB
CMYK
RGB Variations
Color information
#38DAC3 (or 0x38DAC3) is known color: Turquoise. HEX triplet: 38, DA and C3. RGB value is (56,218,195). Sum of RGB (Red+Green+Blue) = 56+218+195=469 (62% of max value = 765). Red value is 56 (22.27% from 255 or 11.94% from 469); Green value is 218 (85.55% from 255 or 46.48% from 469); Blue value is 195 (76.56% from 255 or 41.58% from 469); Max value from RGB is 218 - color contains mainly: green. Hex color #38DAC3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38DAC3 is #C7253C. Grayscale: #A6A6A6. Windows color (decimal): -13051197 or 12835384. OLE color: 12835384.
HSL color Cylindrical-coordinate representation of color #38DAC3: hue angle of 171.48º 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 #38DAC3 is Cyan = 0.74, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 56 | 218 | 195 | - |
| CMYK | 0.74 | 0 | 0.11 | 0.15 |
| HSL | 171.48º | 0.69% | 0.54% | - |
| HSV(B) | 171.48º | 0.74% | 0.85% | - |
| XYZ | 36.55 | 54.92 | 60.3 | - |
| YUV | 166.94 | 143.83 | 48.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 218 | 195 | 0.74 | 0 | 0.11 | 0.15 | 171.48 | 0.69 | 0.54 |
| Hex | 38 | DA | C3 | 4A | 0 | B | F | AB | 45 | 36 |
| Octal | 70 | 332 | 303 | 112 | 0 | 13 | 17 | 253 | 105 | 66 |
| Binary | 111000 | 11011010 | 11000011 | 1001010 | 0 | 1011 | 1111 | 10101011 | 1000101 | 110110 |
Color Harmonies of #38DAC3
Complementary color
Monochromatic Colors of #38DAC3
Black with #38DAC3
Text Example
Text Example
White with #38DAC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38DAC3; }
p { color: rgb(56,218,195); }
H1.HeaderClassName
{
color: #38DAC3;
}
.AnyTagClassName
{
color: #38DAC3;
}
</style>
background-color css
<style>
a { background-color: #38DAC3; }
a { background-color: rgb(56,218,195); }
div.DivClassName
{
background-color: #38DAC3;
}
.BgClassName
{
background-color: #38DAC3;
}
</style>
border-color css
<style>
span { border-color: #38DAC3; }
span { border-color: rgb(56,218,195); }
td.TdClassName
{
border-color: #38DAC3;
}
.TagClassName
{
border-color: #38DAC3;
}
</style>