Shades of Turquoise #38E9DF
Tints of Turquoise #38E9DF
RGB
CMYK
RGB Variations
Color information
#38E9DF (or 0x38E9DF) is known color: Turquoise. HEX triplet: 38, E9 and DF. RGB value is (56,233,223). Sum of RGB (Red+Green+Blue) = 56+233+223=512 (67% of max value = 765). Red value is 56 (22.27% from 255 or 10.94% from 512); Green value is 233 (91.41% from 255 or 45.51% from 512); Blue value is 223 (87.5% from 255 or 43.55% from 512); Max value from RGB is 233 - color contains mainly: green. Hex color #38E9DF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #38E9DF is #C71620. Grayscale: #B2B2B2. Windows color (decimal): -13047329 or 14674232. OLE color: 14674232.
HSL color Cylindrical-coordinate representation of color #38E9DF: hue angle of 176.61º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #38E9DF is Cyan = 0.76, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 56 | 233 | 223 | - |
| CMYK | 0.76 | 0 | 0.04 | 0.09 |
| HSL | 176.61º | 0.8% | 0.57% | - |
| HSV(B) | 176.61º | 0.76% | 0.91% | - |
| XYZ | 44.09 | 64.45 | 79.93 | - |
| YUV | 178.94 | 152.86 | 40.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 233 | 223 | 0.76 | 0 | 0.04 | 0.09 | 176.61 | 0.8 | 0.57 |
| Hex | 38 | E9 | DF | 4C | 0 | 4 | 9 | B1 | 50 | 39 |
| Octal | 70 | 351 | 337 | 114 | 0 | 4 | 11 | 261 | 120 | 71 |
| Binary | 111000 | 11101001 | 11011111 | 1001100 | 0 | 100 | 1001 | 10110001 | 1010000 | 111001 |
Color Harmonies of #38E9DF
Complementary color
Monochromatic Colors of #38E9DF
Black with #38E9DF
Text Example
Text Example
White with #38E9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38E9DF; }
p { color: rgb(56,233,223); }
H1.HeaderClassName
{
color: #38E9DF;
}
.AnyTagClassName
{
color: #38E9DF;
}
</style>
background-color css
<style>
a { background-color: #38E9DF; }
a { background-color: rgb(56,233,223); }
div.DivClassName
{
background-color: #38E9DF;
}
.BgClassName
{
background-color: #38E9DF;
}
</style>
border-color css
<style>
span { border-color: #38E9DF; }
span { border-color: rgb(56,233,223); }
td.TdClassName
{
border-color: #38E9DF;
}
.TagClassName
{
border-color: #38E9DF;
}
</style>