Shades of Turquoise #38DCB8
Tints of Turquoise #38DCB8
RGB
CMYK
RGB Variations
Color information
#38DCB8 (or 0x38DCB8) is known color: Turquoise. HEX triplet: 38, DC and B8. RGB value is (56,220,184). Sum of RGB (Red+Green+Blue) = 56+220+184=460 (60% of max value = 765). Red value is 56 (22.27% from 255 or 12.17% from 460); Green value is 220 (86.33% from 255 or 47.83% from 460); Blue value is 184 (72.27% from 255 or 40% from 460); Max value from RGB is 220 - color contains mainly: green. Hex color #38DCB8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38DCB8 is #C72347. Grayscale: #A6A6A6. Windows color (decimal): -13050696 or 12115000. OLE color: 12115000.
HSL color Cylindrical-coordinate representation of color #38DCB8: hue angle of 166.83º 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 #38DCB8 is Cyan = 0.75, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 56 | 220 | 184 | - |
| CMYK | 0.75 | 0 | 0.16 | 0.14 |
| HSL | 166.83º | 0.7% | 0.54% | - |
| HSV(B) | 166.83º | 0.75% | 0.86% | - |
| XYZ | 35.88 | 55.49 | 54.17 | - |
| YUV | 166.86 | 137.67 | 48.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 220 | 184 | 0.75 | 0 | 0.16 | 0.14 | 166.83 | 0.7 | 0.54 |
| Hex | 38 | DC | B8 | 4B | 0 | 10 | E | A7 | 46 | 36 |
| Octal | 70 | 334 | 270 | 113 | 0 | 20 | 16 | 247 | 106 | 66 |
| Binary | 111000 | 11011100 | 10111000 | 1001011 | 0 | 10000 | 1110 | 10100111 | 1000110 | 110110 |
Color Harmonies of #38DCB8
Complementary color
Monochromatic Colors of #38DCB8
Black with #38DCB8
Text Example
Text Example
White with #38DCB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38DCB8; }
p { color: rgb(56,220,184); }
H1.HeaderClassName
{
color: #38DCB8;
}
.AnyTagClassName
{
color: #38DCB8;
}
</style>
background-color css
<style>
a { background-color: #38DCB8; }
a { background-color: rgb(56,220,184); }
div.DivClassName
{
background-color: #38DCB8;
}
.BgClassName
{
background-color: #38DCB8;
}
</style>
border-color css
<style>
span { border-color: #38DCB8; }
span { border-color: rgb(56,220,184); }
td.TdClassName
{
border-color: #38DCB8;
}
.TagClassName
{
border-color: #38DCB8;
}
</style>