Shades of Turquoise #38F1DC
Tints of Turquoise #38F1DC
RGB
CMYK
RGB Variations
Color information
#38F1DC (or 0x38F1DC) is known color: Turquoise. HEX triplet: 38, F1 and DC. RGB value is (56,241,220). Sum of RGB (Red+Green+Blue) = 56+241+220=517 (68% of max value = 765). Red value is 56 (22.27% from 255 or 10.83% from 517); Green value is 241 (94.53% from 255 or 46.62% from 517); Blue value is 220 (86.33% from 255 or 42.55% from 517); Max value from RGB is 241 - color contains mainly: green. Hex color #38F1DC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #38F1DC is #C70E23. Grayscale: #B7B7B7. Windows color (decimal): -13045284 or 14479672. OLE color: 14479672.
HSL color Cylindrical-coordinate representation of color #38F1DC: hue angle of 173.19º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38F1DC is Cyan = 0.77, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 56 | 241 | 220 | - |
| CMYK | 0.77 | 0 | 0.09 | 0.05 |
| HSL | 173.19º | 0.87% | 0.58% | - |
| HSV(B) | 173.19º | 0.77% | 0.95% | - |
| XYZ | 46 | 68.92 | 78.59 | - |
| YUV | 183.29 | 148.71 | 37.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 241 | 220 | 0.77 | 0 | 0.09 | 0.05 | 173.19 | 0.87 | 0.58 |
| Hex | 38 | F1 | DC | 4D | 0 | 9 | 5 | AD | 57 | 3A |
| Octal | 70 | 361 | 334 | 115 | 0 | 11 | 5 | 255 | 127 | 72 |
| Binary | 111000 | 11110001 | 11011100 | 1001101 | 0 | 1001 | 101 | 10101101 | 1010111 | 111010 |
Color Harmonies of #38F1DC
Complementary color
Monochromatic Colors of #38F1DC
Black with #38F1DC
Text Example
Text Example
White with #38F1DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38F1DC; }
p { color: rgb(56,241,220); }
H1.HeaderClassName
{
color: #38F1DC;
}
.AnyTagClassName
{
color: #38F1DC;
}
</style>
background-color css
<style>
a { background-color: #38F1DC; }
a { background-color: rgb(56,241,220); }
div.DivClassName
{
background-color: #38F1DC;
}
.BgClassName
{
background-color: #38F1DC;
}
</style>
border-color css
<style>
span { border-color: #38F1DC; }
span { border-color: rgb(56,241,220); }
td.TdClassName
{
border-color: #38F1DC;
}
.TagClassName
{
border-color: #38F1DC;
}
</style>