Shades of Turquoise #38D9F3
Tints of Turquoise #38D9F3
RGB
CMYK
RGB Variations
Color information
#38D9F3 (or 0x38D9F3) is known color: Turquoise. HEX triplet: 38, D9 and F3. RGB value is (56,217,243). Sum of RGB (Red+Green+Blue) = 56+217+243=516 (68% of max value = 765). Red value is 56 (22.27% from 255 or 10.85% from 516); Green value is 217 (85.16% from 255 or 42.05% from 516); Blue value is 243 (95.31% from 255 or 47.09% from 516); Max value from RGB is 243 - color contains mainly: blue. Hex color #38D9F3 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #38D9F3 is #C7260C. Grayscale: #ABABAB. Windows color (decimal): -13051405 or 15980856. OLE color: 15980856.
HSL color Cylindrical-coordinate representation of color #38D9F3: hue angle of 188.34º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38D9F3 is Cyan = 0.77, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 56 | 217 | 243 | - |
| CMYK | 0.77 | 0.11 | 0 | 0.05 |
| HSL | 188.34º | 0.89% | 0.59% | - |
| HSV(B) | 188.34º | 0.77% | 0.95% | - |
| XYZ | 42.62 | 56.94 | 93.54 | - |
| YUV | 171.83 | 168.16 | 45.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 217 | 243 | 0.77 | 0.11 | 0 | 0.05 | 188.34 | 0.89 | 0.59 |
| Hex | 38 | D9 | F3 | 4D | B | 0 | 5 | BC | 59 | 3B |
| Octal | 70 | 331 | 363 | 115 | 13 | 0 | 5 | 274 | 131 | 73 |
| Binary | 111000 | 11011001 | 11110011 | 1001101 | 1011 | 0 | 101 | 10111100 | 1011001 | 111011 |
Color Harmonies of #38D9F3
Complementary color
Monochromatic Colors of #38D9F3
Black with #38D9F3
Text Example
Text Example
White with #38D9F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38D9F3; }
p { color: rgb(56,217,243); }
H1.HeaderClassName
{
color: #38D9F3;
}
.AnyTagClassName
{
color: #38D9F3;
}
</style>
background-color css
<style>
a { background-color: #38D9F3; }
a { background-color: rgb(56,217,243); }
div.DivClassName
{
background-color: #38D9F3;
}
.BgClassName
{
background-color: #38D9F3;
}
</style>
border-color css
<style>
span { border-color: #38D9F3; }
span { border-color: rgb(56,217,243); }
td.TdClassName
{
border-color: #38D9F3;
}
.TagClassName
{
border-color: #38D9F3;
}
</style>