Shades of Turquoise #38FFDB
Tints of Turquoise #38FFDB
RGB
CMYK
RGB Variations
Color information
#38FFDB (or 0x38FFDB) is known color: Turquoise. HEX triplet: 38, FF and DB. RGB value is (56,255,219). Sum of RGB (Red+Green+Blue) = 56+255+219=530 (70% of max value = 765). Red value is 56 (22.27% from 255 or 10.57% from 530); Green value is 255 (100% from 255 or 48.11% from 530); Blue value is 219 (85.94% from 255 or 41.32% from 530); Max value from RGB is 255 - color contains mainly: green. Hex color #38FFDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #38FFDB is #C70024. Grayscale: #BFBFBF. Windows color (decimal): -13041701 or 14417720. OLE color: 14417720.
HSL color Cylindrical-coordinate representation of color #38FFDB: hue angle of 169.15º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #38FFDB is Cyan = 0.78, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 56 | 255 | 219 | - |
| CMYK | 0.78 | 0 | 0.14 | 0 |
| HSL | 169.15º | 1% | 0.61% | - |
| HSV(B) | 169.15º | 0.78% | 1% | - |
| XYZ | 50.18 | 77.48 | 79.33 | - |
| YUV | 191.4 | 143.57 | 31.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 255 | 219 | 0.78 | 0 | 0.14 | 0 | 169.15 | 1 | 0.61 |
| Hex | 38 | FF | DB | 4E | 0 | E | 0 | A9 | 64 | 3D |
| Octal | 70 | 377 | 333 | 116 | 0 | 16 | 0 | 251 | 144 | 75 |
| Binary | 111000 | 11111111 | 11011011 | 1001110 | 0 | 1110 | 0 | 10101001 | 1100100 | 111101 |
Color Harmonies of #38FFDB
Complementary color
Monochromatic Colors of #38FFDB
Black with #38FFDB
Text Example
Text Example
White with #38FFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38FFDB; }
p { color: rgb(56,255,219); }
H1.HeaderClassName
{
color: #38FFDB;
}
.AnyTagClassName
{
color: #38FFDB;
}
</style>
background-color css
<style>
a { background-color: #38FFDB; }
a { background-color: rgb(56,255,219); }
div.DivClassName
{
background-color: #38FFDB;
}
.BgClassName
{
background-color: #38FFDB;
}
</style>
border-color css
<style>
span { border-color: #38FFDB; }
span { border-color: rgb(56,255,219); }
td.TdClassName
{
border-color: #38FFDB;
}
.TagClassName
{
border-color: #38FFDB;
}
</style>