Shades of Turquoise #38DCD3
Tints of Turquoise #38DCD3
RGB
CMYK
RGB Variations
Color information
#38DCD3 (or 0x38DCD3) is known color: Turquoise. HEX triplet: 38, DC and D3. RGB value is (56,220,211). Sum of RGB (Red+Green+Blue) = 56+220+211=487 (64% of max value = 765). Red value is 56 (22.27% from 255 or 11.50% from 487); Green value is 220 (86.33% from 255 or 45.17% from 487); Blue value is 211 (82.81% from 255 or 43.33% from 487); Max value from RGB is 220 - color contains mainly: green. Hex color #38DCD3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38DCD3 is #C7232C. Grayscale: #A9A9A9. Windows color (decimal): -13050669 or 13884472. OLE color: 13884472.
HSL color Cylindrical-coordinate representation of color #38DCD3: hue angle of 176.71º 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 #38DCD3 is Cyan = 0.75, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 56 | 220 | 211 | - |
| CMYK | 0.75 | 0 | 0.04 | 0.14 |
| HSL | 176.71º | 0.7% | 0.54% | - |
| HSV(B) | 176.71º | 0.75% | 0.86% | - |
| XYZ | 38.98 | 56.73 | 70.52 | - |
| YUV | 169.94 | 151.17 | 46.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 220 | 211 | 0.75 | 0 | 0.04 | 0.14 | 176.71 | 0.7 | 0.54 |
| Hex | 38 | DC | D3 | 4B | 0 | 4 | E | B1 | 46 | 36 |
| Octal | 70 | 334 | 323 | 113 | 0 | 4 | 16 | 261 | 106 | 66 |
| Binary | 111000 | 11011100 | 11010011 | 1001011 | 0 | 100 | 1110 | 10110001 | 1000110 | 110110 |
Color Harmonies of #38DCD3
Complementary color
Monochromatic Colors of #38DCD3
Black with #38DCD3
Text Example
Text Example
White with #38DCD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38DCD3; }
p { color: rgb(56,220,211); }
H1.HeaderClassName
{
color: #38DCD3;
}
.AnyTagClassName
{
color: #38DCD3;
}
</style>
background-color css
<style>
a { background-color: #38DCD3; }
a { background-color: rgb(56,220,211); }
div.DivClassName
{
background-color: #38DCD3;
}
.BgClassName
{
background-color: #38DCD3;
}
</style>
border-color css
<style>
span { border-color: #38DCD3; }
span { border-color: rgb(56,220,211); }
td.TdClassName
{
border-color: #38DCD3;
}
.TagClassName
{
border-color: #38DCD3;
}
</style>