Shades of Turquoise #38DCDB
Tints of Turquoise #38DCDB
RGB
CMYK
RGB Variations
Color information
#38DCDB (or 0x38DCDB) is known color: Turquoise. HEX triplet: 38, DC and DB. RGB value is (56,220,219). Sum of RGB (Red+Green+Blue) = 56+220+219=495 (65% of max value = 765). Red value is 56 (22.27% from 255 or 11.31% from 495); Green value is 220 (86.33% from 255 or 44.44% from 495); Blue value is 219 (85.94% from 255 or 44.24% from 495); Max value from RGB is 220 - color contains mainly: green. Hex color #38DCDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38DCDB is #C72324. Grayscale: #AAAAAA. Windows color (decimal): -13050661 or 14408760. OLE color: 14408760.
HSL color Cylindrical-coordinate representation of color #38DCDB: hue angle of 179.63º 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 #38DCDB is Cyan = 0.75, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 56 | 220 | 219 | - |
| CMYK | 0.75 | 0 | 0.00 | 0.14 |
| HSL | 179.63º | 0.7% | 0.54% | - |
| HSV(B) | 179.63º | 0.75% | 0.86% | - |
| XYZ | 40.01 | 57.14 | 75.94 | - |
| YUV | 170.85 | 155.17 | 46.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 220 | 219 | 0.75 | 0 | 0.00 | 0.14 | 179.63 | 0.7 | 0.54 |
| Hex | 38 | DC | DB | 4B | 0 | 0 | E | B4 | 46 | 36 |
| Octal | 70 | 334 | 333 | 113 | 0 | 0 | 16 | 264 | 106 | 66 |
| Binary | 111000 | 11011100 | 11011011 | 1001011 | 0 | 0 | 1110 | 10110100 | 1000110 | 110110 |
Color Harmonies of #38DCDB
Complementary color
Monochromatic Colors of #38DCDB
Black with #38DCDB
Text Example
Text Example
White with #38DCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38DCDB; }
p { color: rgb(56,220,219); }
H1.HeaderClassName
{
color: #38DCDB;
}
.AnyTagClassName
{
color: #38DCDB;
}
</style>
background-color css
<style>
a { background-color: #38DCDB; }
a { background-color: rgb(56,220,219); }
div.DivClassName
{
background-color: #38DCDB;
}
.BgClassName
{
background-color: #38DCDB;
}
</style>
border-color css
<style>
span { border-color: #38DCDB; }
span { border-color: rgb(56,220,219); }
td.TdClassName
{
border-color: #38DCDB;
}
.TagClassName
{
border-color: #38DCDB;
}
</style>