Shades of Turquoise #38D5EF
Tints of Turquoise #38D5EF
RGB
CMYK
RGB Variations
Color information
#38D5EF (or 0x38D5EF) is known color: Turquoise. HEX triplet: 38, D5 and EF. RGB value is (56,213,239). Sum of RGB (Red+Green+Blue) = 56+213+239=508 (67% of max value = 765). Red value is 56 (22.27% from 255 or 11.02% from 508); Green value is 213 (83.59% from 255 or 41.93% from 508); Blue value is 239 (93.75% from 255 or 47.05% from 508); Max value from RGB is 239 - color contains mainly: blue. Hex color #38D5EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #38D5EF is #C72A10. Grayscale: #A8A8A8. Windows color (decimal): -13052433 or 15717688. OLE color: 15717688.
HSL color Cylindrical-coordinate representation of color #38D5EF: hue angle of 188.52º 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 #38D5EF is Cyan = 0.77, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 56 | 213 | 239 | - |
| CMYK | 0.77 | 0.11 | 0 | 0.06 |
| HSL | 188.52º | 0.85% | 0.58% | - |
| HSV(B) | 188.52º | 0.77% | 0.94% | - |
| XYZ | 41.01 | 54.66 | 90.05 | - |
| YUV | 169.02 | 167.49 | 47.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 213 | 239 | 0.77 | 0.11 | 0 | 0.06 | 188.52 | 0.85 | 0.58 |
| Hex | 38 | D5 | EF | 4D | B | 0 | 6 | BD | 55 | 3A |
| Octal | 70 | 325 | 357 | 115 | 13 | 0 | 6 | 275 | 125 | 72 |
| Binary | 111000 | 11010101 | 11101111 | 1001101 | 1011 | 0 | 110 | 10111101 | 1010101 | 111010 |
Color Harmonies of #38D5EF
Complementary color
Monochromatic Colors of #38D5EF
Black with #38D5EF
Text Example
Text Example
White with #38D5EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38D5EF; }
p { color: rgb(56,213,239); }
H1.HeaderClassName
{
color: #38D5EF;
}
.AnyTagClassName
{
color: #38D5EF;
}
</style>
background-color css
<style>
a { background-color: #38D5EF; }
a { background-color: rgb(56,213,239); }
div.DivClassName
{
background-color: #38D5EF;
}
.BgClassName
{
background-color: #38D5EF;
}
</style>
border-color css
<style>
span { border-color: #38D5EF; }
span { border-color: rgb(56,213,239); }
td.TdClassName
{
border-color: #38D5EF;
}
.TagClassName
{
border-color: #38D5EF;
}
</style>