Shades of Turquoise #38DBDA
Tints of Turquoise #38DBDA
RGB
CMYK
RGB Variations
Color information
#38DBDA (or 0x38DBDA) is known color: Turquoise. HEX triplet: 38, DB and DA. RGB value is (56,219,218). Sum of RGB (Red+Green+Blue) = 56+219+218=493 (65% of max value = 765). Red value is 56 (22.27% from 255 or 11.36% from 493); Green value is 219 (85.94% from 255 or 44.42% from 493); Blue value is 218 (85.55% from 255 or 44.22% from 493); Max value from RGB is 219 - color contains mainly: green. Hex color #38DBDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38DBDA is #C72425. Grayscale: #A9A9A9. Windows color (decimal): -13050918 or 14342968. OLE color: 14342968.
HSL color Cylindrical-coordinate representation of color #38DBDA: hue angle of 179.63º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #38DBDA is Cyan = 0.74, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 56 | 219 | 218 | - |
| CMYK | 0.74 | 0 | 0.00 | 0.14 |
| HSL | 179.63º | 0.69% | 0.54% | - |
| HSV(B) | 179.63º | 0.74% | 0.86% | - |
| XYZ | 39.62 | 56.57 | 75.16 | - |
| YUV | 170.15 | 155 | 46.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 219 | 218 | 0.74 | 0 | 0.00 | 0.14 | 179.63 | 0.69 | 0.54 |
| Hex | 38 | DB | DA | 4A | 0 | 0 | E | B4 | 45 | 36 |
| Octal | 70 | 333 | 332 | 112 | 0 | 0 | 16 | 264 | 105 | 66 |
| Binary | 111000 | 11011011 | 11011010 | 1001010 | 0 | 0 | 1110 | 10110100 | 1000101 | 110110 |
Color Harmonies of #38DBDA
Complementary color
Monochromatic Colors of #38DBDA
Black with #38DBDA
Text Example
Text Example
White with #38DBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38DBDA; }
p { color: rgb(56,219,218); }
H1.HeaderClassName
{
color: #38DBDA;
}
.AnyTagClassName
{
color: #38DBDA;
}
</style>
background-color css
<style>
a { background-color: #38DBDA; }
a { background-color: rgb(56,219,218); }
div.DivClassName
{
background-color: #38DBDA;
}
.BgClassName
{
background-color: #38DBDA;
}
</style>
border-color css
<style>
span { border-color: #38DBDA; }
span { border-color: rgb(56,219,218); }
td.TdClassName
{
border-color: #38DBDA;
}
.TagClassName
{
border-color: #38DBDA;
}
</style>