Shades of Turquoise #38D9D4
Tints of Turquoise #38D9D4
RGB
CMYK
RGB Variations
Color information
#38D9D4 (or 0x38D9D4) is known color: Turquoise. HEX triplet: 38, D9 and D4. RGB value is (56,217,212). Sum of RGB (Red+Green+Blue) = 56+217+212=485 (64% of max value = 765). Red value is 56 (22.27% from 255 or 11.55% from 485); Green value is 217 (85.16% from 255 or 44.74% from 485); Blue value is 212 (83.20% from 255 or 43.71% from 485); Max value from RGB is 217 - color contains mainly: green. Hex color #38D9D4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38D9D4 is #C7262B. Grayscale: #A8A8A8. Windows color (decimal): -13051436 or 13949240. OLE color: 13949240.
HSL color Cylindrical-coordinate representation of color #38D9D4: hue angle of 178.14º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #38D9D4 is Cyan = 0.74, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 56 | 217 | 212 | - |
| CMYK | 0.74 | 0 | 0.02 | 0.15 |
| HSL | 178.14º | 0.68% | 0.54% | - |
| HSV(B) | 178.14º | 0.74% | 0.85% | - |
| XYZ | 38.33 | 55.22 | 70.93 | - |
| YUV | 168.29 | 152.66 | 47.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 217 | 212 | 0.74 | 0 | 0.02 | 0.15 | 178.14 | 0.68 | 0.54 |
| Hex | 38 | D9 | D4 | 4A | 0 | 2 | F | B2 | 44 | 36 |
| Octal | 70 | 331 | 324 | 112 | 0 | 2 | 17 | 262 | 104 | 66 |
| Binary | 111000 | 11011001 | 11010100 | 1001010 | 0 | 10 | 1111 | 10110010 | 1000100 | 110110 |
Color Harmonies of #38D9D4
Complementary color
Monochromatic Colors of #38D9D4
Black with #38D9D4
Text Example
Text Example
White with #38D9D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38D9D4; }
p { color: rgb(56,217,212); }
H1.HeaderClassName
{
color: #38D9D4;
}
.AnyTagClassName
{
color: #38D9D4;
}
</style>
background-color css
<style>
a { background-color: #38D9D4; }
a { background-color: rgb(56,217,212); }
div.DivClassName
{
background-color: #38D9D4;
}
.BgClassName
{
background-color: #38D9D4;
}
</style>
border-color css
<style>
span { border-color: #38D9D4; }
span { border-color: rgb(56,217,212); }
td.TdClassName
{
border-color: #38D9D4;
}
.TagClassName
{
border-color: #38D9D4;
}
</style>