Shades of Turquoise #38D9CF
Tints of Turquoise #38D9CF
RGB
CMYK
RGB Variations
Color information
#38D9CF (or 0x38D9CF) is known color: Turquoise. HEX triplet: 38, D9 and CF. RGB value is (56,217,207). Sum of RGB (Red+Green+Blue) = 56+217+207=480 (63% of max value = 765). Red value is 56 (22.27% from 255 or 11.67% from 480); Green value is 217 (85.16% from 255 or 45.21% from 480); Blue value is 207 (81.25% from 255 or 43.12% from 480); Max value from RGB is 217 - color contains mainly: green. Hex color #38D9CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38D9CF is #C72630. Grayscale: #A7A7A7. Windows color (decimal): -13051441 or 13621560. OLE color: 13621560.
HSL color Cylindrical-coordinate representation of color #38D9CF: hue angle of 176.27º 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 #38D9CF is Cyan = 0.74, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 56 | 217 | 207 | - |
| CMYK | 0.74 | 0 | 0.05 | 0.15 |
| HSL | 176.27º | 0.68% | 0.54% | - |
| HSV(B) | 176.27º | 0.74% | 0.85% | - |
| XYZ | 37.71 | 54.97 | 67.65 | - |
| YUV | 167.72 | 150.16 | 48.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 217 | 207 | 0.74 | 0 | 0.05 | 0.15 | 176.27 | 0.68 | 0.54 |
| Hex | 38 | D9 | CF | 4A | 0 | 5 | F | B0 | 44 | 36 |
| Octal | 70 | 331 | 317 | 112 | 0 | 5 | 17 | 260 | 104 | 66 |
| Binary | 111000 | 11011001 | 11001111 | 1001010 | 0 | 101 | 1111 | 10110000 | 1000100 | 110110 |
Color Harmonies of #38D9CF
Complementary color
Monochromatic Colors of #38D9CF
Black with #38D9CF
Text Example
Text Example
White with #38D9CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38D9CF; }
p { color: rgb(56,217,207); }
H1.HeaderClassName
{
color: #38D9CF;
}
.AnyTagClassName
{
color: #38D9CF;
}
</style>
background-color css
<style>
a { background-color: #38D9CF; }
a { background-color: rgb(56,217,207); }
div.DivClassName
{
background-color: #38D9CF;
}
.BgClassName
{
background-color: #38D9CF;
}
</style>
border-color css
<style>
span { border-color: #38D9CF; }
span { border-color: rgb(56,217,207); }
td.TdClassName
{
border-color: #38D9CF;
}
.TagClassName
{
border-color: #38D9CF;
}
</style>