Shades of Turquoise #38DCB4
Tints of Turquoise #38DCB4
RGB
CMYK
RGB Variations
Color information
#38DCB4 (or 0x38DCB4) is known color: Turquoise. HEX triplet: 38, DC and B4. RGB value is (56,220,180). Sum of RGB (Red+Green+Blue) = 56+220+180=456 (60% of max value = 765). Red value is 56 (22.27% from 255 or 12.28% from 456); Green value is 220 (86.33% from 255 or 48.25% from 456); Blue value is 180 (70.70% from 255 or 39.47% from 456); Max value from RGB is 220 - color contains mainly: green. Hex color #38DCB4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38DCB4 is #C7234B. Grayscale: #A6A6A6. Windows color (decimal): -13050700 or 11852856. OLE color: 11852856.
HSL color Cylindrical-coordinate representation of color #38DCB4: hue angle of 165.37º 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 #38DCB4 is Cyan = 0.75, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 56 | 220 | 180 | - |
| CMYK | 0.75 | 0 | 0.18 | 0.14 |
| HSL | 165.37º | 0.7% | 0.54% | - |
| HSV(B) | 165.37º | 0.75% | 0.86% | - |
| XYZ | 35.46 | 55.32 | 51.99 | - |
| YUV | 166.4 | 135.67 | 49.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 220 | 180 | 0.75 | 0 | 0.18 | 0.14 | 165.37 | 0.7 | 0.54 |
| Hex | 38 | DC | B4 | 4B | 0 | 12 | E | A5 | 46 | 36 |
| Octal | 70 | 334 | 264 | 113 | 0 | 22 | 16 | 245 | 106 | 66 |
| Binary | 111000 | 11011100 | 10110100 | 1001011 | 0 | 10010 | 1110 | 10100101 | 1000110 | 110110 |
Color Harmonies of #38DCB4
Complementary color
Monochromatic Colors of #38DCB4
Black with #38DCB4
Text Example
Text Example
White with #38DCB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38DCB4; }
p { color: rgb(56,220,180); }
H1.HeaderClassName
{
color: #38DCB4;
}
.AnyTagClassName
{
color: #38DCB4;
}
</style>
background-color css
<style>
a { background-color: #38DCB4; }
a { background-color: rgb(56,220,180); }
div.DivClassName
{
background-color: #38DCB4;
}
.BgClassName
{
background-color: #38DCB4;
}
</style>
border-color css
<style>
span { border-color: #38DCB4; }
span { border-color: rgb(56,220,180); }
td.TdClassName
{
border-color: #38DCB4;
}
.TagClassName
{
border-color: #38DCB4;
}
</style>