Shades of Turquoise #38DBDF
Tints of Turquoise #38DBDF
RGB
CMYK
RGB Variations
Color information
#38DBDF (or 0x38DBDF) is known color: Turquoise. HEX triplet: 38, DB and DF. RGB value is (56,219,223). Sum of RGB (Red+Green+Blue) = 56+219+223=498 (65% of max value = 765). Red value is 56 (22.27% from 255 or 11.24% from 498); Green value is 219 (85.94% from 255 or 43.98% from 498); Blue value is 223 (87.5% from 255 or 44.78% from 498); Max value from RGB is 223 - color contains mainly: blue. Hex color #38DBDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38DBDF is #C72420. Grayscale: #AAAAAA. Windows color (decimal): -13050913 or 14670648. OLE color: 14670648.
HSL color Cylindrical-coordinate representation of color #38DBDF: hue angle of 181.44º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38DBDF is Cyan = 0.75, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 56 | 219 | 223 | - |
| CMYK | 0.75 | 0.02 | 0 | 0.13 |
| HSL | 181.44º | 0.72% | 0.55% | - |
| HSV(B) | 181.44º | 0.75% | 0.87% | - |
| XYZ | 40.28 | 56.83 | 78.66 | - |
| YUV | 170.72 | 157.5 | 46.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 219 | 223 | 0.75 | 0.02 | 0 | 0.13 | 181.44 | 0.72 | 0.55 |
| Hex | 38 | DB | DF | 4B | 2 | 0 | D | B5 | 48 | 37 |
| Octal | 70 | 333 | 337 | 113 | 2 | 0 | 15 | 265 | 110 | 67 |
| Binary | 111000 | 11011011 | 11011111 | 1001011 | 10 | 0 | 1101 | 10110101 | 1001000 | 110111 |
Color Harmonies of #38DBDF
Complementary color
Monochromatic Colors of #38DBDF
Black with #38DBDF
Text Example
Text Example
White with #38DBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38DBDF; }
p { color: rgb(56,219,223); }
H1.HeaderClassName
{
color: #38DBDF;
}
.AnyTagClassName
{
color: #38DBDF;
}
</style>
background-color css
<style>
a { background-color: #38DBDF; }
a { background-color: rgb(56,219,223); }
div.DivClassName
{
background-color: #38DBDF;
}
.BgClassName
{
background-color: #38DBDF;
}
</style>
border-color css
<style>
span { border-color: #38DBDF; }
span { border-color: rgb(56,219,223); }
td.TdClassName
{
border-color: #38DBDF;
}
.TagClassName
{
border-color: #38DBDF;
}
</style>