Shades of Turquoise #38D3EB
Tints of Turquoise #38D3EB
RGB
CMYK
RGB Variations
Color information
#38D3EB (or 0x38D3EB) is known color: Turquoise. HEX triplet: 38, D3 and EB. RGB value is (56,211,235). Sum of RGB (Red+Green+Blue) = 56+211+235=502 (66% of max value = 765). Red value is 56 (22.27% from 255 or 11.16% from 502); Green value is 211 (82.81% from 255 or 42.03% from 502); Blue value is 235 (92.19% from 255 or 46.81% from 502); Max value from RGB is 235 - color contains mainly: blue. Hex color #38D3EB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #38D3EB is #C72C14. Grayscale: #A7A7A7. Windows color (decimal): -13052949 or 15455032. OLE color: 15455032.
HSL color Cylindrical-coordinate representation of color #38D3EB: hue angle of 188.04º 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 #38D3EB is Cyan = 0.76, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 56 | 211 | 235 | - |
| CMYK | 0.76 | 0.10 | 0 | 0.08 |
| HSL | 188.04º | 0.82% | 0.57% | - |
| HSV(B) | 188.04º | 0.76% | 0.92% | - |
| XYZ | 39.92 | 53.43 | 86.81 | - |
| YUV | 167.39 | 166.15 | 48.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 211 | 235 | 0.76 | 0.10 | 0 | 0.08 | 188.04 | 0.82 | 0.57 |
| Hex | 38 | D3 | EB | 4C | A | 0 | 8 | BC | 52 | 39 |
| Octal | 70 | 323 | 353 | 114 | 12 | 0 | 10 | 274 | 122 | 71 |
| Binary | 111000 | 11010011 | 11101011 | 1001100 | 1010 | 0 | 1000 | 10111100 | 1010010 | 111001 |
Color Harmonies of #38D3EB
Complementary color
Monochromatic Colors of #38D3EB
Black with #38D3EB
Text Example
Text Example
White with #38D3EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38D3EB; }
p { color: rgb(56,211,235); }
H1.HeaderClassName
{
color: #38D3EB;
}
.AnyTagClassName
{
color: #38D3EB;
}
</style>
background-color css
<style>
a { background-color: #38D3EB; }
a { background-color: rgb(56,211,235); }
div.DivClassName
{
background-color: #38D3EB;
}
.BgClassName
{
background-color: #38D3EB;
}
</style>
border-color css
<style>
span { border-color: #38D3EB; }
span { border-color: rgb(56,211,235); }
td.TdClassName
{
border-color: #38D3EB;
}
.TagClassName
{
border-color: #38D3EB;
}
</style>