Shades of Turquoise #38EBDB
Tints of Turquoise #38EBDB
RGB
CMYK
RGB Variations
Color information
#38EBDB (or 0x38EBDB) is known color: Turquoise. HEX triplet: 38, EB and DB. RGB value is (56,235,219). Sum of RGB (Red+Green+Blue) = 56+235+219=510 (67% of max value = 765). Red value is 56 (22.27% from 255 or 10.98% from 510); Green value is 235 (92.19% from 255 or 46.08% from 510); Blue value is 219 (85.94% from 255 or 42.94% from 510); Max value from RGB is 235 - color contains mainly: green. Hex color #38EBDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #38EBDB is #C71424. Grayscale: #B3B3B3. Windows color (decimal): -13046821 or 14412600. OLE color: 14412600.
HSL color Cylindrical-coordinate representation of color #38EBDB: hue angle of 174.64º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #38EBDB is Cyan = 0.76, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 56 | 235 | 219 | - |
| CMYK | 0.76 | 0 | 0.07 | 0.08 |
| HSL | 174.64º | 0.82% | 0.57% | - |
| HSV(B) | 174.64º | 0.76% | 0.92% | - |
| XYZ | 44.13 | 65.37 | 77.31 | - |
| YUV | 179.66 | 150.2 | 39.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 235 | 219 | 0.76 | 0 | 0.07 | 0.08 | 174.64 | 0.82 | 0.57 |
| Hex | 38 | EB | DB | 4C | 0 | 7 | 8 | AF | 52 | 39 |
| Octal | 70 | 353 | 333 | 114 | 0 | 7 | 10 | 257 | 122 | 71 |
| Binary | 111000 | 11101011 | 11011011 | 1001100 | 0 | 111 | 1000 | 10101111 | 1010010 | 111001 |
Color Harmonies of #38EBDB
Complementary color
Monochromatic Colors of #38EBDB
Black with #38EBDB
Text Example
Text Example
White with #38EBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38EBDB; }
p { color: rgb(56,235,219); }
H1.HeaderClassName
{
color: #38EBDB;
}
.AnyTagClassName
{
color: #38EBDB;
}
</style>
background-color css
<style>
a { background-color: #38EBDB; }
a { background-color: rgb(56,235,219); }
div.DivClassName
{
background-color: #38EBDB;
}
.BgClassName
{
background-color: #38EBDB;
}
</style>
border-color css
<style>
span { border-color: #38EBDB; }
span { border-color: rgb(56,235,219); }
td.TdClassName
{
border-color: #38EBDB;
}
.TagClassName
{
border-color: #38EBDB;
}
</style>