Shades of Turquoise #38DCDD
Tints of Turquoise #38DCDD
RGB
CMYK
RGB Variations
Color information
#38DCDD (or 0x38DCDD) is known color: Turquoise. HEX triplet: 38, DC and DD. RGB value is (56,220,221). Sum of RGB (Red+Green+Blue) = 56+220+221=497 (65% of max value = 765). Red value is 56 (22.27% from 255 or 11.27% from 497); Green value is 220 (86.33% from 255 or 44.27% from 497); Blue value is 221 (86.72% from 255 or 44.47% from 497); Max value from RGB is 221 - color contains mainly: blue. Hex color #38DCDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38DCDD is #C72322. Grayscale: #AAAAAA. Windows color (decimal): -13050659 or 14539832. OLE color: 14539832.
HSL color Cylindrical-coordinate representation of color #38DCDD: hue angle of 180.36º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38DCDD is Cyan = 0.75, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 56 | 220 | 221 | - |
| CMYK | 0.75 | 0.00 | 0 | 0.13 |
| HSL | 180.36º | 0.71% | 0.54% | - |
| HSV(B) | 180.36º | 0.75% | 0.87% | - |
| XYZ | 40.28 | 57.25 | 77.33 | - |
| YUV | 171.08 | 156.17 | 45.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 220 | 221 | 0.75 | 0.00 | 0 | 0.13 | 180.36 | 0.71 | 0.54 |
| Hex | 38 | DC | DD | 4B | 0 | 0 | D | B4 | 47 | 36 |
| Octal | 70 | 334 | 335 | 113 | 0 | 0 | 15 | 264 | 107 | 66 |
| Binary | 111000 | 11011100 | 11011101 | 1001011 | 0 | 0 | 1101 | 10110100 | 1000111 | 110110 |
Color Harmonies of #38DCDD
Complementary color
Monochromatic Colors of #38DCDD
Black with #38DCDD
Text Example
Text Example
White with #38DCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38DCDD; }
p { color: rgb(56,220,221); }
H1.HeaderClassName
{
color: #38DCDD;
}
.AnyTagClassName
{
color: #38DCDD;
}
</style>
background-color css
<style>
a { background-color: #38DCDD; }
a { background-color: rgb(56,220,221); }
div.DivClassName
{
background-color: #38DCDD;
}
.BgClassName
{
background-color: #38DCDD;
}
</style>
border-color css
<style>
span { border-color: #38DCDD; }
span { border-color: rgb(56,220,221); }
td.TdClassName
{
border-color: #38DCDD;
}
.TagClassName
{
border-color: #38DCDD;
}
</style>