Shades of Turquoise #38F0DB
Tints of Turquoise #38F0DB
RGB
CMYK
RGB Variations
Color information
#38F0DB (or 0x38F0DB) is known color: Turquoise. HEX triplet: 38, F0 and DB. RGB value is (56,240,219). Sum of RGB (Red+Green+Blue) = 56+240+219=515 (68% of max value = 765). Red value is 56 (22.27% from 255 or 10.87% from 515); Green value is 240 (94.14% from 255 or 46.60% from 515); Blue value is 219 (85.94% from 255 or 42.52% from 515); Max value from RGB is 240 - color contains mainly: green. Hex color #38F0DB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #38F0DB is #C70F24. Grayscale: #B6B6B6. Windows color (decimal): -13045541 or 14413880. OLE color: 14413880.
HSL color Cylindrical-coordinate representation of color #38F0DB: hue angle of 173.15º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38F0DB is Cyan = 0.77, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 56 | 240 | 219 | - |
| CMYK | 0.77 | 0 | 0.09 | 0.06 |
| HSL | 173.15º | 0.86% | 0.58% | - |
| HSV(B) | 173.15º | 0.77% | 0.94% | - |
| XYZ | 45.58 | 68.28 | 77.79 | - |
| YUV | 182.59 | 148.54 | 37.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 240 | 219 | 0.77 | 0 | 0.09 | 0.06 | 173.15 | 0.86 | 0.58 |
| Hex | 38 | F0 | DB | 4D | 0 | 9 | 6 | AD | 56 | 3A |
| Octal | 70 | 360 | 333 | 115 | 0 | 11 | 6 | 255 | 126 | 72 |
| Binary | 111000 | 11110000 | 11011011 | 1001101 | 0 | 1001 | 110 | 10101101 | 1010110 | 111010 |
Color Harmonies of #38F0DB
Complementary color
Monochromatic Colors of #38F0DB
Black with #38F0DB
Text Example
Text Example
White with #38F0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38F0DB; }
p { color: rgb(56,240,219); }
H1.HeaderClassName
{
color: #38F0DB;
}
.AnyTagClassName
{
color: #38F0DB;
}
</style>
background-color css
<style>
a { background-color: #38F0DB; }
a { background-color: rgb(56,240,219); }
div.DivClassName
{
background-color: #38F0DB;
}
.BgClassName
{
background-color: #38F0DB;
}
</style>
border-color css
<style>
span { border-color: #38F0DB; }
span { border-color: rgb(56,240,219); }
td.TdClassName
{
border-color: #38F0DB;
}
.TagClassName
{
border-color: #38F0DB;
}
</style>