Shades of Turquoise #38DDEF
Tints of Turquoise #38DDEF
RGB
CMYK
RGB Variations
Color information
#38DDEF (or 0x38DDEF) is known color: Turquoise. HEX triplet: 38, DD and EF. RGB value is (56,221,239). Sum of RGB (Red+Green+Blue) = 56+221+239=516 (68% of max value = 765). Red value is 56 (22.27% from 255 or 10.85% from 516); Green value is 221 (86.72% from 255 or 42.83% from 516); Blue value is 239 (93.75% from 255 or 46.32% from 516); Max value from RGB is 239 - color contains mainly: blue. Hex color #38DDEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #38DDEF is #C72210. Grayscale: #ADADAD. Windows color (decimal): -13050385 or 15719736. OLE color: 15719736.
HSL color Cylindrical-coordinate representation of color #38DDEF: hue angle of 185.9º degrees, saturation: 0.85, 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 #38DDEF is Cyan = 0.77, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 56 | 221 | 239 | - |
| CMYK | 0.77 | 0.08 | 0 | 0.06 |
| HSL | 185.9º | 0.85% | 0.58% | - |
| HSV(B) | 185.9º | 0.77% | 0.94% | - |
| XYZ | 43.07 | 58.79 | 90.74 | - |
| YUV | 173.72 | 164.84 | 44.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 221 | 239 | 0.77 | 0.08 | 0 | 0.06 | 185.9 | 0.85 | 0.58 |
| Hex | 38 | DD | EF | 4D | 8 | 0 | 6 | BA | 55 | 3A |
| Octal | 70 | 335 | 357 | 115 | 10 | 0 | 6 | 272 | 125 | 72 |
| Binary | 111000 | 11011101 | 11101111 | 1001101 | 1000 | 0 | 110 | 10111010 | 1010101 | 111010 |
Color Harmonies of #38DDEF
Complementary color
Monochromatic Colors of #38DDEF
Black with #38DDEF
Text Example
Text Example
White with #38DDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38DDEF; }
p { color: rgb(56,221,239); }
H1.HeaderClassName
{
color: #38DDEF;
}
.AnyTagClassName
{
color: #38DDEF;
}
</style>
background-color css
<style>
a { background-color: #38DDEF; }
a { background-color: rgb(56,221,239); }
div.DivClassName
{
background-color: #38DDEF;
}
.BgClassName
{
background-color: #38DDEF;
}
</style>
border-color css
<style>
span { border-color: #38DDEF; }
span { border-color: rgb(56,221,239); }
td.TdClassName
{
border-color: #38DDEF;
}
.TagClassName
{
border-color: #38DDEF;
}
</style>