Shades of Turquoise #38D8D1
Tints of Turquoise #38D8D1
RGB
CMYK
RGB Variations
Color information
#38D8D1 (or 0x38D8D1) is known color: Turquoise. HEX triplet: 38, D8 and D1. RGB value is (56,216,209). Sum of RGB (Red+Green+Blue) = 56+216+209=481 (63% of max value = 765). Red value is 56 (22.27% from 255 or 11.64% from 481); Green value is 216 (84.77% from 255 or 44.91% from 481); Blue value is 209 (82.03% from 255 or 43.45% from 481); Max value from RGB is 216 - color contains mainly: green. Hex color #38D8D1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38D8D1 is #C7272E. Grayscale: #A7A7A7. Windows color (decimal): -13051695 or 13752376. OLE color: 13752376.
HSL color Cylindrical-coordinate representation of color #38D8D1: hue angle of 177.38º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #38D8D1 is Cyan = 0.74, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 56 | 216 | 209 | - |
| CMYK | 0.74 | 0 | 0.03 | 0.15 |
| HSL | 177.38º | 0.67% | 0.53% | - |
| HSV(B) | 177.38º | 0.74% | 0.85% | - |
| XYZ | 37.7 | 54.56 | 68.87 | - |
| YUV | 167.36 | 151.49 | 48.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 216 | 209 | 0.74 | 0 | 0.03 | 0.15 | 177.38 | 0.67 | 0.53 |
| Hex | 38 | D8 | D1 | 4A | 0 | 3 | F | B1 | 43 | 35 |
| Octal | 70 | 330 | 321 | 112 | 0 | 3 | 17 | 261 | 103 | 65 |
| Binary | 111000 | 11011000 | 11010001 | 1001010 | 0 | 11 | 1111 | 10110001 | 1000011 | 110101 |
Color Harmonies of #38D8D1
Complementary color
Monochromatic Colors of #38D8D1
Black with #38D8D1
Text Example
Text Example
White with #38D8D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38D8D1; }
p { color: rgb(56,216,209); }
H1.HeaderClassName
{
color: #38D8D1;
}
.AnyTagClassName
{
color: #38D8D1;
}
</style>
background-color css
<style>
a { background-color: #38D8D1; }
a { background-color: rgb(56,216,209); }
div.DivClassName
{
background-color: #38D8D1;
}
.BgClassName
{
background-color: #38D8D1;
}
</style>
border-color css
<style>
span { border-color: #38D8D1; }
span { border-color: rgb(56,216,209); }
td.TdClassName
{
border-color: #38D8D1;
}
.TagClassName
{
border-color: #38D8D1;
}
</style>