Shades of Turquoise #38DCCD
Tints of Turquoise #38DCCD
RGB
CMYK
RGB Variations
Color information
#38DCCD (or 0x38DCCD) is known color: Turquoise. HEX triplet: 38, DC and CD. RGB value is (56,220,205). Sum of RGB (Red+Green+Blue) = 56+220+205=481 (63% of max value = 765). Red value is 56 (22.27% from 255 or 11.64% from 481); Green value is 220 (86.33% from 255 or 45.74% from 481); Blue value is 205 (80.47% from 255 or 42.62% from 481); Max value from RGB is 220 - color contains mainly: green. Hex color #38DCCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38DCCD is #C72332. Grayscale: #A9A9A9. Windows color (decimal): -13050675 or 13491256. OLE color: 13491256.
HSL color Cylindrical-coordinate representation of color #38DCCD: hue angle of 174.51º 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 #38DCCD is Cyan = 0.75, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 56 | 220 | 205 | - |
| CMYK | 0.75 | 0 | 0.07 | 0.14 |
| HSL | 174.51º | 0.7% | 0.54% | - |
| HSV(B) | 174.51º | 0.75% | 0.86% | - |
| XYZ | 38.24 | 56.43 | 66.64 | - |
| YUV | 169.25 | 148.17 | 47.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 220 | 205 | 0.75 | 0 | 0.07 | 0.14 | 174.51 | 0.7 | 0.54 |
| Hex | 38 | DC | CD | 4B | 0 | 7 | E | AF | 46 | 36 |
| Octal | 70 | 334 | 315 | 113 | 0 | 7 | 16 | 257 | 106 | 66 |
| Binary | 111000 | 11011100 | 11001101 | 1001011 | 0 | 111 | 1110 | 10101111 | 1000110 | 110110 |
Color Harmonies of #38DCCD
Complementary color
Monochromatic Colors of #38DCCD
Black with #38DCCD
Text Example
Text Example
White with #38DCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38DCCD; }
p { color: rgb(56,220,205); }
H1.HeaderClassName
{
color: #38DCCD;
}
.AnyTagClassName
{
color: #38DCCD;
}
</style>
background-color css
<style>
a { background-color: #38DCCD; }
a { background-color: rgb(56,220,205); }
div.DivClassName
{
background-color: #38DCCD;
}
.BgClassName
{
background-color: #38DCCD;
}
</style>
border-color css
<style>
span { border-color: #38DCCD; }
span { border-color: rgb(56,220,205); }
td.TdClassName
{
border-color: #38DCCD;
}
.TagClassName
{
border-color: #38DCCD;
}
</style>